Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp689 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
691 return m_type_system->GetTypeForFormatters(m_type); in GetTypeForFormatters()
H A DTypeSystem.cpp117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h350 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h479 virtual CompilerType GetTypeForFormatters(void *type);
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp181 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h832 CompilerType GetTypeForFormatters(void *type) override;
H A DTypeSystemClang.cpp7182 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang