Home
last modified time | relevance | path

Searched refs:GetExact (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp428 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
431 GetTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
444 GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
447 GetTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()), in GetSummaryForType()
460 GetRegexTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()
463 GetTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()
477 GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
480 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()), in GetSyntheticForType()
494 GetRegexTypeValidatorsContainer()->GetExact( in GetValidatorForType()
497 GetTypeValidatorsContainer()->GetExact(ConstString(type_sp->GetName()), in GetValidatorForType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp156 m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact( in GetFilterForType()
159 m_opaque_sp->GetTypeFiltersContainer()->GetExact( in GetFilterForType()
180 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()
183 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()
203 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
206 m_opaque_sp->GetTypeSummariesContainer()->GetExact( in GetSummaryForType()
227 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
230 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h212 bool GetExact(ConstString type, MapValueType &entry) { in GetExact() function