reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  130     Expr *Exp = S->getCollection();
tools/clang/lib/AST/ASTImporter.cpp
 6059       S->getElement(), S->getCollection(), S->getBody(),
tools/clang/lib/AST/ParentMap.cpp
  209       return DirectChild == cast<ObjCForCollectionStmt>(P)->getCollection();
tools/clang/lib/AST/StmtPrinter.cpp
  345   PrintExpr(Node->getCollection());
tools/clang/lib/Analysis/CFG.cpp
 3583   return addStmt(S->getCollection());
tools/clang/lib/Sema/TreeTransform.h
 7535   ExprResult Collection = getDerived().TransformExpr(S->getCollection());
 7547       Collection.get() == S->getCollection() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1244   Record.AddStmt(S->getCollection());