Searched refs:matching_type (Results 1 – 8 of 8) sorted by relevance
190 FormatCategoryItems *matching_type) { in AnyMatches() argument198 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()
72 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument74 matching_category, matching_type); in AnyMatches()
160 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument166 matching_category, matching_type)) in AnyMatches()
135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {137 matching_category, matching_type);
77 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
353 FormatCategoryItems *matching_type = nullptr);
2516 Type *matching_type = ResolveType(die, true, true); in FindTypes() local2517 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() local2561 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() local2632 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()