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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1106 Sema::ActOnObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { argument
1123 return Diag(forLoc, diag::err_collection_expr_type)
1134 RequireCompleteType(forLoc, QualType(objectType, 0),
1164 Diag(forLoc, diag::warn_collection_expr_type)
H A DTreeTransform.h1268 ExprResult RebuildObjCForCollectionOperand(SourceLocation forLoc, argument
1270 return getSema().ActOnObjCForCollectionOperand(forLoc, collection);

Completed in 863 milliseconds