Home
last modified time | relevance | path

Searched refs:GetTypeForFormatters (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp691 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
693 return m_type_system->GetTypeForFormatters(m_type); in GetTypeForFormatters()
H A DTypeSystem.cpp117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h364 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h488 virtual CompilerType GetTypeForFormatters(void *type);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp180 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h825 CompilerType GetTypeForFormatters(void *type) override;
H A DTypeSystemClang.cpp7267 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang