Searched refs:RegularExpressionSP (Results 1 – 7 of 7) sorted by relevance
/external/lldb/include/lldb/DataFormatters/ |
D | TypeCategory.h | 29 typedef FormatNavigator<lldb::RegularExpressionSP, TypeSummaryImpl> RegexSummaryNavigator; 32 typedef FormatNavigator<lldb::RegularExpressionSP, TypeFilterImpl> RegexFilterNavigator; 36 … typedef FormatNavigator<lldb::RegularExpressionSP, ScriptedSyntheticChildren> RegexSynthNavigator; 217 friend class FormatNavigator<lldb::RegularExpressionSP, TypeSummaryImpl>; 220 friend class FormatNavigator<lldb::RegularExpressionSP, TypeFilterImpl>; 224 friend class FormatNavigator<lldb::RegularExpressionSP, ScriptedSyntheticChildren>;
|
D | FormatNavigator.h | 355 Add_Impl (const MapKeyType &type, const MapValueType& entry, lldb::RegularExpressionSP *dummy) in Add_Impl() 372 Delete_Impl (ConstString type, lldb::RegularExpressionSP *dummy) in Delete_Impl() 379 lldb::RegularExpressionSP regex = pos->first; in Delete_Impl() 415 GetTypeNameSpecifierAtIndex_Impl (size_t index, lldb::RegularExpressionSP *dummy) in GetTypeNameSpecifierAtIndex_Impl() 417 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl() 425 Get_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in Get_Impl() 435 lldb::RegularExpressionSP regex = pos->first; in Get_Impl() 446 GetExact_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in GetExact_Impl() 453 lldb::RegularExpressionSP regex = pos->first; in GetExact_Impl()
|
D | TypeSummary.h | 336 …typedef bool(*RegexSummaryCallback)(void*, lldb::RegularExpressionSP, const lldb::TypeSummaryImplS…
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 455 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddStringSummary() 476 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddScriptSummary() 493 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddCXXSummary() 509 …category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name… in AddCXXSynthetic() 560 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters() 563 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters() 566 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters() 571 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters() 574 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters() 577 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters() [all …]
|
/external/lldb/source/API/ |
D | SBTypeCategory.cpp | 379 …m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_… in AddTypeSummary() 416 …m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_n… in AddTypeFilter() 487 …m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(typ… in AddTypeSynthetic()
|
/external/lldb/source/Commands/ |
D | CommandObjectType.cpp | 1369 RegularExpressionSP typeRX(new RegularExpression()); in AddSummary() 1713 bool CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, co… 1906 …l CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, cons… 1922 lldb::RegularExpressionSP regex, in CommandObjectTypeRXSummaryList_LoopCallback() 2276 bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, con… 2454 …friend bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP re… 2468 lldb::RegularExpressionSP regex, in CommandObjectTypeFilterRXList_LoopCallback() 2490 bool CommandObjectTypeSynthRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, cons… 2668 …friend bool CommandObjectTypeSynthRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP reg… 2682 lldb::RegularExpressionSP regex, in CommandObjectTypeSynthRXList_LoopCallback() [all …]
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 325 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef
|