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

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2213 DEF_TRAVERSE_STMT(ObjCForCollectionStmt, {})
tools/clang/lib/AST/StmtPrinter.cpp
  338 void StmtPrinter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) {
tools/clang/lib/AST/StmtProfile.cpp
  374 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
tools/clang/lib/Sema/TreeTransform.h
 7526 TreeTransform<Derived>::TransformObjCForCollectionStmt(
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1320 void ASTStmtReader::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1241 void ASTStmtWriter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {