Home
last modified time | relevance | path

Searched refs:forLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp121 ExprResult SemaObjC::CheckObjCForCollectionOperand(SourceLocation forLoc, in CheckObjCForCollectionOperand() argument
142 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h56 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,