Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp785 bool CallIsFloating = false, CallIsDouble = false; in rewriteToNumberLiteral() local
822 CallIsFloating = true; in rewriteToNumberLiteral()
846 if (LitIsFloat && !CallIsFloating) in rewriteToNumberLiteral()
861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
871 if (!LitIsFloat && CallIsFloating) in rewriteToNumberLiteral()
874 if (CallIsFloating) { in rewriteToNumberLiteral()