Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp762 const Expr *literalE = Arg; in rewriteToNumberLiteral() local
763 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()