Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprObjC.h883 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } getBaseExpr() function
H A DExprCXX.h986 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function