Home
last modified time | relevance | path

Searched refs:RegularExpressionSP (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h335 Add_Impl (const MapKeyType &type, const MapValueType& entry, lldb::RegularExpressionSP *dummy) in Add_Impl()
352 Delete_Impl (ConstString type, lldb::RegularExpressionSP *dummy) in Delete_Impl()
359 lldb::RegularExpressionSP regex = pos->first; in Delete_Impl()
395 GetTypeNameSpecifierAtIndex_Impl (size_t index, lldb::RegularExpressionSP *dummy) in GetTypeNameSpecifierAtIndex_Impl()
397 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl()
405 Get_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in Get_Impl()
415 lldb::RegularExpressionSP regex = pos->first; in Get_Impl()
426 GetExact_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in GetExact_Impl()
433 lldb::RegularExpressionSP regex = pos->first; in GetExact_Impl()
HDTypeCategory.h31 typedef FormattersContainer<lldb::RegularExpressionSP, FormatterImpl> RegexMatchContainer;
320 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFormatImpl>;
323 friend class FormattersContainer<lldb::RegularExpressionSP, TypeSummaryImpl>;
326 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFilterImpl>;
330 friend class FormattersContainer<lldb::RegularExpressionSP, ScriptedSyntheticChildren>;
334 friend class FormattersContainer<lldb::RegularExpressionSP, TypeValidatorImpl>;
HDTypeSummary.h391 …typedef bool(*RegexSummaryCallback)(void*, lldb::RegularExpressionSP, const lldb::TypeSummaryImplS…
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatManager.cpp906 …category_sp->GetRegexTypeFormatsContainer()->Add(RegularExpressionSP(new RegularExpression(type_na… in AddFormat()
923 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddStringSummary()
938 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddOneLineSummary()
954 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddCXXSummary()
970 …category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(type… in AddCXXSynthetic()
988 …category_sp->GetRegexTypeFiltersContainer()->Add(RegularExpressionSP(new RegularExpression(type_na… in AddFilter()
1039 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters()
1042 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters()
1045 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters()
1050 …gnu_category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression("… in LoadLibStdcppFormatters()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp313 …m_opaque_sp->GetRegexTypeFormatsContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(t… in AddTypeFormat()
384 …m_opaque_sp->GetRegexTypeSummariesContainer()->Add(lldb::RegularExpressionSP(new RegularExpression… in AddTypeSummary()
421 …m_opaque_sp->GetRegexTypeFiltersContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(t… in AddTypeFilter()
492 …m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add(lldb::RegularExpressionSP(new RegularExpressio… in AddTypeSynthetic()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectType.cpp864 RegularExpressionSP typeRX(new RegularExpression()); in DoExecute()
1208 bool CommandObjectTypeRXFormatList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, con…
1385 …friend bool CommandObjectTypeRXFormatList_LoopCallback(void* pt2self, lldb::RegularExpressionSP re…
1402 lldb::RegularExpressionSP regex, in CommandObjectTypeRXFormatList_LoopCallback()
1885 RegularExpressionSP typeRX(new RegularExpression()); in AddSummary()
2229 bool CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, co…
2423 …l CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, cons…
2439 lldb::RegularExpressionSP regex, in CommandObjectTypeRXSummaryList_LoopCallback()
2771 bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, con…
2950 …friend bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP re…
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h372 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef