Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp856 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()