Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseExpr

3135   Expr *BaseExpr, *IndexExpr;
3138 BaseExpr = LHSExp;
3142 BaseExpr = LHSExp;
3147 BaseExpr = LHSExp;
3149 Result = BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
3155 BaseExpr = RHSExp;
3161 BaseExpr = RHSExp;
3165 BaseExpr = LHSExp; // vectors: V[123]
3185 BaseExpr = LHSExp;
3196 BaseExpr = RHSExp;
3218 Diag(BaseExpr->getLocStart(), diag::err_subscript_function_type)
3219 << ResultType << BaseExpr->getSourceRange();
3226 << BaseExpr->getSourceRange();
3234 << BaseExpr->getSourceRange()))
3240 << ResultType << BaseExpr->getSourceRange();