Home
last modified time | relevance | path

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

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