Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp100 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
H A DCompilerType.cpp715 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
717 return m_type_system->GetTypeForFormatters(m_type); in GetTypeForFormatters()
H A DClangASTContext.cpp7829 CompilerType ClangASTContext::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h374 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h472 virtual CompilerType GetTypeForFormatters(void *type);
H A DClangASTContext.h825 CompilerType GetTypeForFormatters(void *type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp176 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()