HomeSort by: relevance | last modified time | path
    Searched refs:RewriteObjCForCollectionStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 363 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1652 /// RewriteObjCForCollectionStmt - Rewriter for ObjC2's foreach statement.
1684 Stmt *RewriteModernObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
5572 return RewriteObjCForCollectionStmt(StmtForCollection,
5591 // This is because RewriteObjCForCollectionStmt() does textual rewriting
RewriteObjC.cpp 306 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1448 /// RewriteObjCForCollectionStmt - Rewriter for ObjC2's foreach statement.
1480 Stmt *RewriteObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
4678 return RewriteObjCForCollectionStmt(StmtForCollection,
4697 // This is because RewriteObjCForCollectionStmt() does textual rewriting

Completed in 30 milliseconds