Searched defs:match_type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 29 FormatterMatchType match_type = in AddFormat() local 37 FormatterMatchType match_type = in AddSummary() local 47 FormatterMatchType match_type = in AddStringSummary() local 58 FormatterMatchType match_type = in AddOneLineSummary() local 70 FormatterMatchType match_type = in AddCXXSummary() local 82 FormatterMatchType match_type = in AddCXXSynthetic() local 95 FormatterMatchType match_type = in AddFilter() local
|
/llvm-project/lldb/source/Utility/ |
H A D | NameMatches.cpp | 15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches()
|
/llvm-project/lldb/source/API/ |
H A D | SBTypeNameSpecifier.cpp | 29 FormatterMatchType match_type) in SBTypeNameSpecifier() 102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription() local
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 227 void AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFormat() 239 void AddTypeSummary(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeSummary() 251 void AddTypeFilter(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFilter() 264 lldb::FormatterMatchType match_type, in AddTypeSynthetic()
|
H A D | FormatClasses.h | 151 lldb::FormatterMatchType match_type) in TypeNameSpecifierImpl()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 54 FormatterMatchType match_type, ConstString name, in ScriptAddOptions() argument 72 FormatterMatchType match_type, std::string catg) in SynthAddOptions() argument 692 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute() local 1563 FormatterMatchType match_type, in AddSummary() argument 2206 AddSynth(ConstString type_name,SyntheticChildrenSP entry,FormatterMatchType match_type,std::string category_name,Status * error) AddSynth() argument 2379 FormatterMatchType match_type = eFormatterMatchExact; AddFilter() local [all...] |