Searched refs:ActOnObjCForCollectionStmt (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1513 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, function in class:Sema
1664 return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc);
H A DTreeTransform.h1275 StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(ForLoc,
/external/clang/lib/Parse/
H A DParseStmt.cpp1450 ForEachStmt = Actions.ActOnObjCForCollectionStmt(ForLoc,
/external/clang/include/clang/Sema/
H A DSema.h2539 StmtResult ActOnObjCForCollectionStmt(SourceLocation ForColLoc,

Completed in 120 milliseconds