reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
857 if (!getLiteralInfo(ArgRange, LitIsFloat, isIntZero, Ctx, LitInfo)) 861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) 861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) 864 SourceLocation LitB = LitInfo.WithoutSuffRange.getBegin(); 865 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); 868 LitInfo.WithoutSuffRange); 876 commit.insert(LitE, LitInfo.F); 879 commit.insert(LitE, LitInfo.U); 882 commit.insert(LitE, LitInfo.L); 884 commit.insert(LitE, LitInfo.LL);