Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h423 void DumpTypeName(Stream *s);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp116 type->DumpTypeName(s); in Dump()
H A DType.cpp442 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); } in DumpTypeName() function in Type
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1079 static void DumpTypeName(const CompilerType &type);
H A DTypeSystemClang.cpp8961 void TypeSystemClang::DumpTypeName(const CompilerType &type) { in DumpTypeName() function in TypeSystemClang
9008 return DumpTypeName(CompilerType(type.GetTypeSystem(), in DumpTypeName()
9015 return DumpTypeName(CompilerType( in DumpTypeName()
9022 return DumpTypeName(CompilerType( in DumpTypeName()