Searched refs:literalE (Results 1 – 1 of 1) sorted by relevance
762 const Expr *literalE = Arg; in rewriteToNumberLiteral() local763 if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(literalE)) { in rewriteToNumberLiteral()765 literalE = UOE->getSubExpr(); in rewriteToNumberLiteral()770 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE)) in rewriteToNumberLiteral()852 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral()