Searched defs:ObjCForCollectionStmt (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | StmtObjC.cpp | 21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, function in class:ObjCForCollectionStmt |
/external/clang/include/clang/AST/ | ||
H A D | StmtObjC.h | 24 class ObjCForCollectionStmt : public Stmt { class in namespace:clang 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body, 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : function in class:clang::ObjCForCollectionStmt |
Completed in 101 milliseconds