Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseExpr

5470   Expr *BaseExpr, *IndexExpr;
5473 BaseExpr = LHSExp;
5477 BaseExpr = LHSExp;
5482 BaseExpr = LHSExp;
5488 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
5494 BaseExpr = RHSExp;
5500 BaseExpr = RHSExp;
5505 << ResultType << BaseExpr->getSourceRange();
5509 BaseExpr = LHSExp; // vectors: V[123]
5523 QualType BaseType = BaseExpr->getType();
5541 BaseExpr = LHSExp;
5552 BaseExpr = RHSExp;
5574 Diag(BaseExpr->getBeginLoc(), diag::err_subscript_function_type)
5575 << ResultType << BaseExpr->getSourceRange();
5582 << BaseExpr->getSourceRange();
5590 diag::err_subscript_incomplete_or_sizeless_type, BaseExpr))