Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp782 bool CallIsFloating = false, CallIsDouble = false; in rewriteToNumberLiteral() local
819 CallIsFloating = true; in rewriteToNumberLiteral()
843 if (LitIsFloat && !CallIsFloating) in rewriteToNumberLiteral()
858 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
868 if (!LitIsFloat && CallIsFloating) in rewriteToNumberLiteral()
871 if (CallIsFloating) { in rewriteToNumberLiteral()