Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2169 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
2192 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
2204 ? RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
2206 : !isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()
2232 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4690 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,