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

/external/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp52 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); local
53 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
/external/clang/lib/AST/
H A DExpr.cpp998 Expr *CEE = getCallee()->IgnoreParenImpCasts(); local
1001 = dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) {
1002 CEE = NTTP->getReplacement()->IgnoreParenCasts();
1006 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) {
1008 CEE = BO->getRHS()->IgnoreParenCasts();
1009 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) {
1011 CEE = UO->getSubExpr()->IgnoreParenCasts();
1013 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE))
1015 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE))

Completed in 699 milliseconds