Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp685 bool isFloat, bool isIntZero, in getLiteralInfo() argument
745 else if (!isFloat && !isIntZero && text.startswith("0")) in getLiteralInfo()
852 bool isIntZero = false; in rewriteToNumberLiteral() local
854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
855 if (!getLiteralInfo(ArgRange, LitIsFloat, isIntZero, Ctx, LitInfo)) in rewriteToNumberLiteral()