Home
last modified time | relevance | path

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

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