Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp309 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); } in DumpTypeName() function in Type
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9017 void TypeSystemClang::DumpTypeName(const CompilerType &type) { in DumpTypeName() function in TypeSystemClang