Searched defs:CEE (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); local
47 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
/external/clang/lib/AST/
H A DExpr.cpp1150 Expr *CEE = getCallee()->IgnoreParenImpCasts(); local
1153 = dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) {
1154 CEE = NTTP->getReplacement()->IgnoreParenCasts();
1158 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) {
1160 CEE = BO->getRHS()->IgnoreParenCasts();
1161 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) {
1163 CEE = UO->getSubExpr()->IgnoreParenCasts();
1165 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE))
1167 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE))

Completed in 3441 milliseconds