Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseExpr

945   Expr *BaseExpr = RefExpr->getBaseExpr();
946 QualType BaseT = BaseExpr->getType();
963 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
964 << BaseExpr->getType() << arrayRef;
1016 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_method_not_found)
1017 << BaseExpr->getType() << 0 << arrayRef;
1052 Expr *BaseExpr = RefExpr->getBaseExpr();
1053 QualType BaseT = BaseExpr->getType();
1071 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1072 << BaseExpr->getType() << arrayRef;
1138 S.Diag(BaseExpr->getExprLoc(),
1140 << BaseExpr->getType() << 1 << arrayRef;
1188 // [BaseExpr objectAtIndexedSubscript : IndexExpr];