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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h336 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h459 virtual CompilerType GetTypeForFormatters(void *type);
H A DClangASTContext.h749 CompilerType GetTypeForFormatters(void *type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp685 CompilerType CompilerType::GetTypeForFormatters() const { function in class:CompilerType
687 return m_type_system->GetTypeForFormatters(m_type);
H A DTypeSystem.cpp120 CompilerType TypeSystem::GetTypeForFormatters(void *type) {
H A DClangASTContext.cpp6814 CompilerType ClangASTContext::GetTypeForFormatters(void *type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp181 compiler_type = compiler_type.GetTypeForFormatters();

Completed in 263 milliseconds