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 21 /// \brief Represents Objective-C's collection statement.
23 /// This is represented as 'for (element 'in' collection-expression)' stmt.
25 enum { ELEM, COLLECTION, BODY, END_EXPR };
37 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
43 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
49 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(E);
  /external/clang/lib/AST/
Stmt.cpp 713 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(Collect);
    [all...]

Completed in 2011 milliseconds