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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1842 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { argument
1865 return Diag(forLoc, diag::err_collection_expr_type)
1877 ? RequireCompleteType(forLoc, QualType(objectType, 0),
1879 : !isCompleteType(forLoc, QualType(objectType, 0)))) {
1905 Diag(forLoc, diag::warn_collection_expr_type)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4396 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,

Completed in 255 milliseconds