Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprObjC.h880 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } in getBaseExpr() function
DExprCXX.h966 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function
/external/clang/include/clang/AST/
DExprCXX.h708 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function