Searched refs:AnyMatches (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | FormatManager.h | 131 AnyMatches(ConstString type_name, 136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
|
D | TypeCategoryMap.h | 72 AnyMatches(ConstString type_name,
|
D | DataVisualization.h | 54 AnyMatches(ConstString type_name,
|
D | TypeCategory.h | 310 bool AnyMatches(ConstString type_name,
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 68 bool DataVisualization::AnyMatches( in AnyMatches() function in DataVisualization 72 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
D | TypeCategoryMap.cpp | 156 bool TypeCategoryMap::AnyMatches( in AnyMatches() function in TypeCategoryMap 164 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
D | TypeCategory.cpp | 224 bool TypeCategoryImpl::AnyMatches(ConstString type_name, in AnyMatches() function in TypeCategoryImpl
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectType.cpp | 2420 if (category->AnyMatches( in AddSynth() 2545 if (category->AnyMatches( in AddFilter()
|