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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h81 GetFilterForType (SBTypeNameSpecifier);
H A DSBDebugger.h316 GetFilterForType (SBTypeNameSpecifier);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h61 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h163 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h359 GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp87 DataVisualization::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:DataVisualization
89 return GetFormatManager().GetFilterForType(type_sp);
H A DFormatManager.cpp407 FormatManager::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:FormatManager
422 lldb::TypeFilterImplSP filter_current_sp((TypeFilterImpl*)category_sp->GetFilterForType(type_sp).get());
466 lldb::TypeFilterImplSP filter_sp = GetFilterForType(type_sp);
H A DTypeCategory.cpp532 TypeCategoryImpl::GetFilterForType (lldb::TypeNameSpecifierImplSP type_sp) function in class:TypeCategoryImpl
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp175 SBTypeCategory::GetFilterForType (SBTypeNameSpecifier spec) function in class:SBTypeCategory
H A DSBDebugger.cpp1342 SBDebugger::GetFilterForType (SBTypeNameSpecifier type_name) function in class:SBDebugger
1346 return SBTypeFilter(DataVisualization::GetFilterForType(type_name.GetSP()));

Completed in 80 milliseconds