Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2041 StmtResult ForEachStmt; in ParseForStatement() local
2054 ForEachStmt = Actions.ActOnObjCForCollectionStmt(ForLoc, in ParseForStatement()
2105 return Actions.FinishObjCForCollectionStmt(ForEachStmt.get(), in ParseForStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2281 StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(ForLoc, in RebuildObjCForCollectionStmt() local
2285 if (ForEachStmt.isInvalid()) in RebuildObjCForCollectionStmt()
2288 return getSema().FinishObjCForCollectionStmt(ForEachStmt.get(), Body); in RebuildObjCForCollectionStmt()