Home
last modified time | relevance | path

Searched defs:GetTypeName (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h91 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function
129 std::string GetTypeName() { in GetTypeName() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp71 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName() function in ValueObjectRegisterSet
217 ConstString ValueObjectRegister::GetTypeName() { in GetTypeName() function in ValueObjectRegister
H A DValueObjectChild.cpp64 ConstString ValueObjectChild::GetTypeName() { in GetTypeName() function in ValueObjectChild
H A DValueObjectMemory.cpp117 ConstString ValueObjectMemory::GetTypeName() { in GetTypeName() function in ValueObjectMemory
H A DValueObjectVTable.cpp170 ConstString ValueObjectVTable::GetTypeName() { in GetTypeName() function in ValueObjectVTable
H A DValueObjectDynamicValue.cpp51 ConstString ValueObjectDynamicValue::GetTypeName() { in GetTypeName() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp76 ConstString ValueObjectVariable::GetTypeName() { in GetTypeName() function in ValueObjectVariable
H A DValueObjectSyntheticFilter.cpp70 ConstString ValueObjectSynthetic::GetTypeName() { in GetTypeName() function in ValueObjectSynthetic
H A DValueObjectConstResult.cpp225 ConstString ValueObjectConstResult::GetTypeName() { in GetTypeName() function in ValueObjectConstResult
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp58 const char *SBTypeFormat::GetTypeName() { in GetTypeName() function in SBTypeFormat
H A DSBValue.cpp302 const char *SBValue::GetTypeName() { in GetTypeName() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h198 ConstString GetTypeName() { return m_enum_type; } in GetTypeName() function
H A DFormatClasses.h85 ConstString GetTypeName() const { return m_type_name; } in GetTypeName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h365 virtual ConstString GetTypeName() { return GetCompilerType().GetTypeName(); } in GetTypeName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp507 ConstString CompilerType::GetTypeName(bool BaseOnly) const { in GetTypeName() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3733 ConstString TypeSystemClang::GetTypeName(lldb::opaque_compiler_type_t type, in GetTypeName() function in TypeSystemClang