Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()