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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h72 GetFilterForType (SBTypeNameSpecifier);
H A DSBDebugger.h313 GetFilterForType (SBTypeNameSpecifier);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h62 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h130 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h143 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp91 DataVisualization::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:DataVisualization
93 return GetFormatManager().GetFilterForType(type_sp);
H A DTypeCategory.cpp363 TypeCategoryImpl::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:TypeCategoryImpl
H A DFormatManager.cpp352 FormatManager::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:FormatManager
367 lldb::TypeFilterImplSP filter_current_sp((TypeFilterImpl*)category_sp->GetFilterForType(type_sp).get());
411 lldb::TypeFilterImplSP filter_sp = GetFilterForType(type_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp154 SBTypeCategory::GetFilterForType (SBTypeNameSpecifier spec) function in class:SBTypeCategory
H A DSBDebugger.cpp1296 SBDebugger::GetFilterForType (SBTypeNameSpecifier type_name) function in class:SBDebugger
1300 return SBTypeFilter(DataVisualization::GetFilterForType(type_name.GetSP()));

Completed in 185 milliseconds