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

/external/clang/include/clang/AST/
H A DExprObjC.h807 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } function in class:clang::ObjCSubscriptRefExpr
H A DExprCXX.h689 return getBaseExpr() && getBaseExpr()->isImplicitCXXThis();
708 Expr *getBaseExpr() const { return BaseExpr; } function in class:clang::MSPropertyRefExpr

Completed in 187 milliseconds