Searched refs:BaseExp (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp1467 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts(); local
1468 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp))
1470 BaseExp = UO->getSubExpr()->IgnoreParenCasts();
1472 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp))

Completed in 408 milliseconds