Searched defs:matching_type (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp150 TypeCategoryImpl::FormatCategoryItems* matching_type)
156 matching_type);
146 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
H A DTypeCategoryMap.cpp162 TypeCategoryImpl::FormatCategoryItems* matching_type)
173 matching_type))
158 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
H A DTypeCategory.cpp186 FormatCategoryItems* matching_type)
203 if (matching_type)
204 *matching_type = eFormatCategoryItemSummary;
214 if (matching_type)
215 *matching_type = eFormatCategoryItemRegexSummary;
225 if (matching_type)
226 *matching_type = eFormatCategoryItemFilter;
236 if (matching_type)
237 *matching_type = eFormatCategoryItemRegexFilter;
248 if (matching_type)
182 AnyMatches(ConstString type_name, FormatCategoryItems items, bool only_enabled, const char** matching_category, FormatCategoryItems* matching_type) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3971 Type *matching_type = ResolveType (dwarf_cu, die); local
3972 if (matching_type)
3975 types.InsertUnique (matching_type->shared_from_this());
4122 Type *matching_type = ResolveTypeUID (die_offsets[i]); local
4123 if (matching_type)
4126 types.InsertUnique (matching_type->shared_from_this());
7835 Type *matching_type = ResolveType (dwarf_cu, die); local
7837 clang::QualType qual_type = matching_type->GetClangForwardType().GetQualType();

Completed in 939 milliseconds