Home
last modified time | relevance | path

Searched refs:AnyMatches (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h131 AnyMatches(ConstString type_name,
136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
DTypeCategoryMap.h72 AnyMatches(ConstString type_name,
DDataVisualization.h54 AnyMatches(ConstString type_name,
DTypeCategory.h310 bool AnyMatches(ConstString type_name,
/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp68 bool DataVisualization::AnyMatches( in AnyMatches() function in DataVisualization
72 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
DTypeCategoryMap.cpp156 bool TypeCategoryMap::AnyMatches( in AnyMatches() function in TypeCategoryMap
164 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
DTypeCategory.cpp224 bool TypeCategoryImpl::AnyMatches(ConstString type_name, in AnyMatches() function in TypeCategoryImpl
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp2420 if (category->AnyMatches( in AddSynth()
2545 if (category->AnyMatches( in AddFilter()