Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseExpr

1136   Expr *BaseExpr = RefExpr->getBaseExpr();
1137 QualType BaseT = BaseExpr->getType();
1155 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1156 << BaseExpr->getType() << arrayRef;
1206 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_method_not_found)
1207 << BaseExpr->getType() << 0 << arrayRef;
1242 Expr *BaseExpr = RefExpr->getBaseExpr();
1243 QualType BaseT = BaseExpr->getType();
1262 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1263 << BaseExpr->getType() << arrayRef;
1324 S.Diag(BaseExpr->getExprLoc(),
1326 << BaseExpr->getType() << 1 << arrayRef;
1374 // [BaseExpr objectAtIndexedSubscript : IndexExpr];