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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h890 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } function in class:clang::ObjCSubscriptRefExpr
H A DExprCXX.h919 Expr *getBaseExpr() const { return BaseExpr; } function in class:clang::MSPropertyRefExpr

Completed in 119 milliseconds