Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2092 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes() local
2215 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl() local
4324 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar() local
DRewriteModernObjC.cpp2203 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes() local
2330 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl() local
5279 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar() local
/external/clang/lib/AST/
DItaniumMangle.cpp2990 const ExplicitCastExpr *ECE = cast<ExplicitCastExpr>(E); in mangleExpression() local