Lines Matching defs:BaseExpr
5170 Expr *BaseExpr, *IndexExpr;
5173 BaseExpr = LHSExp;
5178 BaseExpr = LHSExp;
5183 BaseExpr = LHSExp;
5189 return ObjC().BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr,
5195 BaseExpr = RHSExp;
5201 BaseExpr = RHSExp;
5206 << ResultType << BaseExpr->getSourceRange();
5222 BaseExpr = LHSExp; // vectors: V[123]
5235 QualType BaseType = BaseExpr->getType();
5253 BaseExpr = LHSExp;
5264 BaseExpr = RHSExp;
5291 Diag(BaseExpr->getBeginLoc(), diag::err_subscript_function_type)
5292 << ResultType << BaseExpr->getSourceRange();
5299 << BaseExpr->getSourceRange();
5309 diag::err_subscript_incomplete_or_sizeless_type, BaseExpr))