Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp851 LiteralInfo LitInfo; in rewriteToNumberLiteral() local
855 if (!getLiteralInfo(ArgRange, LitIsFloat, isIntZero, Ctx, LitInfo)) in rewriteToNumberLiteral()
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
862 SourceLocation LitB = LitInfo.WithoutSuffRange.getBegin(); in rewriteToNumberLiteral()
863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral()
866 LitInfo.WithoutSuffRange); in rewriteToNumberLiteral()
874 commit.insert(LitE, LitInfo.F); in rewriteToNumberLiteral()
877 commit.insert(LitE, LitInfo.U); in rewriteToNumberLiteral()
880 commit.insert(LitE, LitInfo.L); in rewriteToNumberLiteral()
882 commit.insert(LitE, LitInfo.LL); in rewriteToNumberLiteral()