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

/external/clang/include/clang/AST/
H A DStmtObjC.h21 /// ObjCForCollectionStmt - This represents Objective-c's collection statement;
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
64 static bool classof(const ObjCForCollectionStmt *) { return true; }
/external/clang/lib/AST/
H A DStmt.cpp489 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, function in class:ObjCForCollectionStmt

Completed in 199 milliseconds