Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1672 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() argument
1695 return Diag(forLoc, diag::err_collection_expr_type) in CheckObjCForCollectionOperand()
1706 RequireCompleteType(forLoc, QualType(objectType, 0), in CheckObjCForCollectionOperand()
1736 Diag(forLoc, diag::warn_collection_expr_type) in CheckObjCForCollectionOperand()
/external/clang/include/clang/Sema/
DSema.h3111 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,