Home
last modified time | relevance | path

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

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