Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2207 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
2230 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
2242 ? RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
2244 : !isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()
2270 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5106 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,