Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2927 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp1031 << T->getTypeClassName(); in VisitType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2449 const char *getTypeClassName() const;