Searched refs:literalE (Results 1 – 1 of 1) sorted by relevance
767 const Expr *literalE = Arg; in rewriteToNumberLiteral() local768 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()