HomeSort by relevance Sort by last modified time
    Searched defs:ObjCForCollectionStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 22 /// ObjCForCollectionStmt - This represents Objective-c's collection statement;
25 class ObjCForCollectionStmt : public Stmt {
31 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
33 explicit ObjCForCollectionStmt(EmptyShell Empty) :
65 static bool classof(const ObjCForCollectionStmt *) { return true; }
  /external/clang/lib/AST/
Stmt.cpp 553 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,

Completed in 438 milliseconds