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

Definitions

tools/clang/lib/AST/JSONNodeDumper.cpp
   92 void JSONNodeDumper::Visit(const Decl *D) {
tools/clang/lib/AST/TextNodeDumper.cpp
  219 void TextNodeDumper::Visit(const Decl *D) {
tools/clang/unittests/AST/ASTTraverserTest.cpp
   30   void Visit(const Decl *D) { OS << D->getDeclKindName() << "Decl"; }