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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1442 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { argument
1460 return Diag(forLoc, diag::err_collection_expr_type)
1471 RequireCompleteType(forLoc, QualType(objectType, 0),
1501 Diag(forLoc, diag::warn_collection_expr_type)
/external/clang/include/clang/Sema/
H A DSema.h2537 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,

Completed in 57 milliseconds