Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp240 if (matching_type) in AnyMatches()
241 *matching_type = eFormatCategoryItemValue; in AnyMatches()
250 if (matching_type) in AnyMatches()
260 if (matching_type) in AnyMatches()
270 if (matching_type) in AnyMatches()
280 if (matching_type) in AnyMatches()
281 *matching_type = eFormatCategoryItemFilter; in AnyMatches()
290 if (matching_type) in AnyMatches()
300 if (matching_type) in AnyMatches()
301 *matching_type = eFormatCategoryItemSynth; in AnyMatches()
[all …]
H A DDataVisualization.cpp71 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
73 matching_category, matching_type); in AnyMatches()
H A DTypeCategoryMap.cpp159 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
165 matching_category, matching_type)) in AnyMatches()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
137 matching_category, matching_type);
H A DTypeCategoryMap.h76 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DDataVisualization.h58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DTypeCategory.h314 FormatCategoryItems *matching_type = nullptr);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2450 Type *matching_type = ResolveType(die, true, true); in FindTypes() local
2451 if (!matching_type) in FindTypes()
2456 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2517 if (Type *matching_type = ResolveType(die, true, true)) { in FindTypes() local
2520 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()