Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprObjC.h883 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } in getBaseExpr() function
DExprCXX.h982 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprObjC.h883 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } in getBaseExpr() function
DExprCXX.h982 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprObjC.h883 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } in getBaseExpr() function
DExprCXX.h982 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprObjC.h883 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); } in getBaseExpr() function
DExprCXX.h982 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h708 Expr *getBaseExpr() const { return BaseExpr; } in getBaseExpr() function