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

Definitions

tools/clang/lib/AST/JSONNodeDumper.cpp
   67 void JSONNodeDumper::Visit(const Type *T) {
tools/clang/lib/AST/TextNodeDumper.cpp
  168 void TextNodeDumper::Visit(const Type *T) {
tools/clang/unittests/AST/ASTTraverserTest.cpp
   38   void Visit(const Type *T) { OS << T->getTypeClassName() << "Type"; }