Home | History | Annotate | Download | only in AST

Lines Matching defs:getBase

1896   CXXBaseSpecifier *getBase() const {
2146 /// - getBase() and getIdx() always present the normalized view: A[4].
2147 /// In this case getBase() returns "A" and getIdx() returns "4".
2151 /// predicate the format conversion in getBase and getIdx only on the
2162 Expr *getBase() {
2166 const Expr *getBase() const {
2187 return getBase()->getExprLoc();
2477 Expr *getBase() const { return cast<Expr>(Base); }
2597 return getBase() && getBase()->isImplicitCXXThis();
4456 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); }
4809 const Expr *getBase() const { return cast<Expr>(Base); }
4810 Expr *getBase() { return cast<Expr>(Base); }
4831 return getBase()->getLocStart();