Home
last modified time | relevance | path

Searched defs:DumpTypeName (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp438 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 DTypeSystemClang.cpp8775 void TypeSystemClang::DumpTypeName(const CompilerType &type) { DumpTypeName() function in TypeSystemClang