Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2170 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
2193 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
2205 ? RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
2207 : !isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()
2233 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4721 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,