Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp862 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral() local
869 commit.insert(LitE, ".0"); 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()