Searched refs:forLoc (Results 1 – 2 of 2) sorted by relevance
121 ExprResult SemaObjC::CheckObjCForCollectionOperand(SourceLocation forLoc, in CheckObjCForCollectionOperand() argument142 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()154 ? SemaRef.RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()157 : !SemaRef.isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()182 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
56 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,