Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp79 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
105 : TL.getTypePtr()->getTypeClassName()) + in Visit()
H A DTextNodeDumper.cpp205 OS << T->getTypeClassName() << "Type"; in Visit()
255 : TL.getType()->getTypeClassName()) in Visit()
H A DType.cpp3270 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp1064 << T->getTypeClassName(); in VisitType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2953 const char *getTypeClassName() const;