Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1696 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
1719 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
1731 ? RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
1733 : !isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()
1759 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1877 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
1900 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
1912 ? RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
1914 : !isCompleteType(forLoc, QualType(objectType, 0)))) { in CheckObjCForCollectionOperand()
1940 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/external/clang/include/clang/Sema/
DSema.h3425 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h4549 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,