Searched refs:matching_type (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategory.cpp | 190 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 D | DataVisualization.cpp | 72 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument 74 matching_category, matching_type); in AnyMatches()
|
H A D | TypeCategoryMap.cpp | 164 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument 170 matching_category, matching_type)) in AnyMatches()
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormatManager.h | 135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) { 137 matching_category, matching_type);
|
H A D | TypeCategoryMap.h | 73 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
|
H A D | DataVisualization.h | 58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
|
H A D | TypeCategory.h | 353 FormatCategoryItems *matching_type = nullptr);
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 2694 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
|