Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp767 const Expr *literalE = Arg; in rewriteToNumberLiteral() local
768 if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(literalE)) { in rewriteToNumberLiteral()
770 literalE = UOE->getSubExpr(); in rewriteToNumberLiteral()
775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE)) in rewriteToNumberLiteral()
853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral()