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

Declarations

tools/clang/include/clang/AST/Type.h
 2398   const char *getTypeClassName() const;

References

tools/clang/lib/AST/ASTImporter.cpp
  966     << T->getTypeClassName();
tools/clang/lib/AST/JSONNodeDumper.cpp
   73   JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str());
tools/clang/lib/AST/TextNodeDumper.cpp
  185     OS << T->getTypeClassName() << "Type";
tools/clang/tools/extra/clangd/Selection.cpp
  132       OS << TL->getType()->getTypeClassName() << "TypeLoc";
tools/clang/unittests/AST/ASTTraverserTest.cpp
   38   void Visit(const Type *T) { OS << T->getTypeClassName() << "Type"; }
tools/lldb/source/Symbol/ClangASTImporter.cpp
  350             QualType::getFromOpaquePtr(type)->getTypeClassName(),