Home
last modified time | relevance | path

Searched refs:getTypeClassName (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp129 return TL.getType()->getTypeClassName(); in getKind()
H A DSelection.cpp550 OS << TL->getType()->getTypeClassName() << "TypeLoc"; in printNodeKind()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp52 void Visit(const Type *T) { OS << T->getTypeClassName() << "Type"; } in Visit()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp880 OS << T->getTypeClassName() << "Type : "; in dumpNode()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp77 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
H A DTextNodeDumper.cpp203 OS << T->getTypeClassName() << "Type"; in Visit()
H A DType.cpp2969 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp1068 << T->getTypeClassName(); in VisitType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2525 const char *getTypeClassName() const;