Home
last modified time | relevance | path

Searched defs:ECE (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2083 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes() local
2206 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl() local
4305 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar() local
DRewriteModernObjC.cpp2191 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes() local
2318 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl() local
5249 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar() local
/external/clang/lib/AST/
DItaniumMangle.cpp2626 const ExplicitCastExpr *ECE = cast<ExplicitCastExpr>(E); in mangleCastExpression() local