Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp116 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
H A DCompilerType.cpp780 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
783 return type_system_sp->GetTypeForFormatters(m_type); in GetTypeForFormatters()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h424 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h502 virtual CompilerType GetTypeForFormatters(void *type);
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp180 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h843 CompilerType GetTypeForFormatters(void *type) override;
H A DTypeSystemClang.cpp7333 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang