Lines Matching defs:Base
115 #define STMT(Kind, Base) case Expr::Kind##Class:
116 #define EXPR(Kind, Base)
242 auto *Base = cast<ArraySubscriptExpr>(E)->getBase()->IgnoreImpCasts();
243 if (Base->getType()->isArrayType())
244 return ClassifyInternal(Ctx, Base);
536 Expr *Base = E->getBase()->IgnoreParens();
537 if (isa<ObjCPropertyRefExpr>(Base))
539 return ClassifyInternal(Ctx, Base);
562 Expr *Base = E->getBase()->IgnoreParenImpCasts();
563 if (isa<ObjCPropertyRefExpr>(Base))