Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseExpr

1135   Expr *BaseExpr = RefExpr->getBaseExpr();
1136 QualType BaseT = BaseExpr->getType();
1154 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1155 << BaseExpr->getType() << arrayRef;
1205 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_method_not_found)
1206 << BaseExpr->getType() << 0 << arrayRef;
1241 Expr *BaseExpr = RefExpr->getBaseExpr();
1242 QualType BaseT = BaseExpr->getType();
1261 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1262 << BaseExpr->getType() << arrayRef;
1323 S.Diag(BaseExpr->getExprLoc(),
1325 << BaseExpr->getType() << 1 << arrayRef;
1373 // [BaseExpr objectAtIndexedSubscript : IndexExpr];