Searched defs:DumpTypeName (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | Type.cpp | 438 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); } DumpTypeName() function in Type |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 8775 void TypeSystemClang::DumpTypeName(const CompilerType &type) { DumpTypeName() function in TypeSystemClang |