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

  /external/clang/include/clang/AST/
StmtObjC.h 22 /// ObjCForCollectionStmt - This represents Objective-c's collection statement;
23 /// represented as 'for (element 'in' collection-expression)' stmt.
26 enum { ELEM, COLLECTION, BODY, END_EXPR };
38 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
44 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
50 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(E);
  /external/clang/lib/AST/
Stmt.cpp 558 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(Collect);

Completed in 35 milliseconds