Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp75 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit()
H A DTextNodeDumper.cpp202 OS << T->getTypeClassName() << "Type"; in Visit()
H A DType.cpp2924 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp1013 << T->getTypeClassName(); in VisitType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2449 const char *getTypeClassName() const;