Searched refs:forLoc (Results 1 – 2 of 2) sorted by relevance
120 ExprResult SemaObjC::CheckObjCForCollectionOperand(SourceLocation forLoc, in CheckObjCForCollectionOperand() argument146 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()158 ? SemaRef.RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()161 : !SemaRef.isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()186 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
54 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,