HomeSort by relevance Sort by last modified time
    Searched defs:getBaseExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExprCXX.h 640 return getBaseExpr() && getBaseExpr()->isImplicitCXXThis();
659 Expr *getBaseExpr() const { return BaseExpr; }
    [all...]
ExprObjC.h 830 Expr *getBaseExpr() const { return cast<Expr>(SubExprs[BASE]); }
    [all...]

Completed in 149 milliseconds