Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp183 OS << T->getTypeClassName() << "Type"; in Visit()
H A DType.cpp2646 const char *Type::getTypeClassName() const { in getTypeClassName() function in Type
H A DASTImporter.cpp957 << T->getTypeClassName(); in VisitType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp246 QualType::getFromOpaquePtr(type)->getTypeClassName(), in DeportType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2353 const char *getTypeClassName() const;