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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h60 SBTypeFilter GetFilterForType(SBTypeNameSpecifier);
H A DSBDebugger.h285 SBTypeFilter GetFilterForType(SBTypeNameSpecifier);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h46 GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h116 GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h243 GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i76 GetFilterForType (lldb::SBTypeNameSpecifier);
195 return self.formatters_access_class (self,self.__class__.GetNumFilters,self.__class__.GetFilterAtIndex,self.__class__.GetFilterForType)
H A DSBDebugger.i477 GetFilterForType (lldb::SBTypeNameSpecifier);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp60 DataVisualization::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:DataVisualization
61 return GetFormatManager().GetFilterForType(type_sp);
H A DTypeCategory.cpp368 TypeCategoryImpl::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:TypeCategoryImpl
H A DFormatManager.cpp363 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:FormatManager
375 (TypeFilterImpl *)category_sp->GetFilterForType(type_sp).get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp189 SBTypeFilter SBTypeCategory::GetFilterForType(SBTypeNameSpecifier spec) { function in class:SBTypeCategory
190 LLDB_RECORD_METHOD(lldb::SBTypeFilter, SBTypeCategory, GetFilterForType,
709 LLDB_REGISTER_METHOD(lldb::SBTypeFilter, SBTypeCategory, GetFilterForType,
H A DSBDebugger.cpp1560 SBTypeFilter SBDebugger::GetFilterForType(SBTypeNameSpecifier type_name) { function in class:SBDebugger
1561 LLDB_RECORD_METHOD(lldb::SBTypeFilter, SBDebugger, GetFilterForType,
1567 SBTypeFilter(DataVisualization::GetFilterForType(type_name.GetSP())));
1815 LLDB_REGISTER_METHOD(lldb::SBTypeFilter, SBDebugger, GetFilterForType,

Completed in 130 milliseconds