Home
last modified time | relevance | path

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

/llvm-project/lldb/source/DataFormatters/
H A 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()
H A DDataVisualization.cpp72 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
74 matching_category, matching_type); in AnyMatches()
H A DTypeCategoryMap.cpp164 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
170 matching_category, matching_type)) in AnyMatches()
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
137 matching_category, matching_type);
H A DTypeCategoryMap.h73 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DDataVisualization.h58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DTypeCategory.h353 FormatCategoryItems *matching_type = nullptr);
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2694 if (Type *matching_type = ResolveType(die, true, true)) { in GetDebugInfoSize()
2695 if (!query.GetSearchByMangledName() && matching_type->IsTemplateType()) { in GetDebugInfoSize()
2705 matching_type->GetForwardCompilerType().GetTypeName(true); in GetDebugInfoSize()
2710 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2746 if (Type *matching_type = ResolveType(die, true, true)) in FindTypes()
2747 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2736 if (Type *matching_type = ResolveType(die, true, true)) { FindTypes() local
2794 if (Type *matching_type = ResolveType(die, true, true)) { FindTypes() local