HomeSort by: relevance | last modified time | path
    Searched defs:literalE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 765 const Expr *literalE = Arg;
766 if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(literalE)) {
768 literalE = UOE->getSubExpr();
773 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
855 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE))
RewriteObjCFoundationAPI.cpp 765 const Expr *literalE = Arg;
766 if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(literalE)) {
768 literalE = UOE->getSubExpr();
773 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
855 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE))

Completed in 31 milliseconds