Searched defs:getBaseExpr (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | ExprObjC.h | 807 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } function in class:clang::ObjCSubscriptRefExpr |
H A D | ExprCXX.h | 689 return getBaseExpr() && getBaseExpr()->isImplicitCXXThis(); 708 Expr *getBaseExpr() const { return BaseExpr; } function in class:clang::MSPropertyRefExpr |
Completed in 204 milliseconds