Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp891 OS << T->getTypeClassName() << "Type : "; in dumpNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp79 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
H A DTextNodeDumper.cpp204 OS << T->getTypeClassName() << "Type"; in Visit()
H A DType.cpp3208 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp1063 << T->getTypeClassName(); in VisitType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2697 const char *getTypeClassName() const;