Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategory.cpp190 FormatCategoryItems *matching_type) { in AnyMatches() argument
198 if (matching_type) in AnyMatches()
199 *matching_type = eFormatCategoryItemFormat; in AnyMatches()
208 if (matching_type) in AnyMatches()
209 *matching_type = eFormatCategoryItemSummary; in AnyMatches()
218 if (matching_type) in AnyMatches()
219 *matching_type = eFormatCategoryItemFilter; in AnyMatches()
228 if (matching_type) in AnyMatches()
229 *matching_type = eFormatCategoryItemSynth; in AnyMatches()
DDataVisualization.cpp72 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
74 matching_category, matching_type); in AnyMatches()
DTypeCategoryMap.cpp160 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
166 matching_category, matching_type)) in AnyMatches()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormatManager.h135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
137 matching_category, matching_type);
DTypeCategoryMap.h77 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DDataVisualization.h58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DTypeCategory.h353 FormatCategoryItems *matching_type = nullptr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2516 Type *matching_type = ResolveType(die, true, true); in FindTypes() local
2517 if (!matching_type) in FindTypes()
2524 matching_type->IsTemplateType()) in FindTypes()
2529 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2560 Type *matching_type = ResolveType(die, true, true); in FindTypes() local
2561 if (!matching_type) in FindTypes()
2566 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2629 if (Type *matching_type = ResolveType(die, true, true)) { in FindTypes() local
2632 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()