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

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

Completed in 100 milliseconds