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