Home
last modified time | relevance | path

Searched refs:LitInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp850 LiteralInfo LitInfo; in rewriteToNumberLiteral() local
854 if (!getLiteralInfo(ArgRange, LitIsFloat, isIntZero, Ctx, LitInfo)) in rewriteToNumberLiteral()
858 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
861 SourceLocation LitB = LitInfo.WithoutSuffRange.getBegin(); in rewriteToNumberLiteral()
862 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral()
865 LitInfo.WithoutSuffRange); in rewriteToNumberLiteral()
873 commit.insert(LitE, LitInfo.F); in rewriteToNumberLiteral()
876 commit.insert(LitE, LitInfo.U); in rewriteToNumberLiteral()
879 commit.insert(LitE, LitInfo.L); in rewriteToNumberLiteral()
881 commit.insert(LitE, LitInfo.LL); in rewriteToNumberLiteral()