Searched refs:GetFormatForType (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h75 GetFormatForType (SBTypeNameSpecifier);
H A DSBDebugger.h305 GetFormatForType (SBTypeNameSpecifier);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h47 GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h124 GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h137 GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp56 DataVisualization::GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:DataVisualization
58 return GetFormatManager().GetFormatForType(type_sp);
H A DTypeCategory.cpp331 TypeCategoryImpl::GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:TypeCategoryImpl
H A DFormatManager.cpp300 FormatManager::GetFormatForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:FormatManager
315 lldb::TypeFormatImplSP format_current_sp = category_sp->GetFormatForType(type_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp178 SBTypeCategory::GetFormatForType (SBTypeNameSpecifier spec) function in class:SBTypeCategory
H A DSBDebugger.cpp1277 SBDebugger::GetFormatForType (SBTypeNameSpecifier type_name) function in class:SBDebugger
1281 return default_category_sb.GetFormatForType(type_name);

Completed in 117 milliseconds