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

  /external/clang/lib/AST/
StmtObjC.cpp 21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
  /external/clang/include/clang/AST/
StmtObjC.h 24 class ObjCForCollectionStmt : public Stmt {
30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
32 explicit ObjCForCollectionStmt(EmptyShell Empty) :

Completed in 399 milliseconds