Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp786 bool CallIsFloating = false, CallIsDouble = false; in rewriteToNumberLiteral() local
823 CallIsFloating = true; in rewriteToNumberLiteral()
847 if (LitIsFloat && !CallIsFloating) in rewriteToNumberLiteral()
862 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
872 if (!LitIsFloat && CallIsFloating) in rewriteToNumberLiteral()
875 if (CallIsFloating) { in rewriteToNumberLiteral()