Home
last modified time | relevance | path

Searched refs:FormatterMatchType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp29 FormatterMatchType match_type = in AddFormat()
37 FormatterMatchType match_type = in AddSummary()
47 FormatterMatchType match_type = in AddStringSummary()
58 FormatterMatchType match_type = in AddOneLineSummary()
70 FormatterMatchType match_type = in AddCXXSummary()
82 FormatterMatchType match_type = in AddCXXSynthetic()
95 FormatterMatchType match_type = in AddFilter()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp29 FormatterMatchType match_type) in SBTypeNameSpecifier()
82 FormatterMatchType SBTypeNameSpecifier::GetMatchType() { in GetMatchType()
102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h24 lldb::FormatterMatchType match_type);
40 lldb::FormatterMatchType GetMatchType();
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h151 lldb::FormatterMatchType match_type) in TypeNameSpecifierImpl()
185 lldb::FormatterMatchType GetMatchType() { return m_match_type; } in GetMatchType()
190 lldb::FormatterMatchType m_match_type = lldb::eFormatterMatchExact;
H A DTypeCategory.h227 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 DFormattersContainer.h52 lldb::FormatterMatchType m_match_type;
117 lldb::FormatterMatchType GetMatchType() const { return m_match_type; } in GetMatchType()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp49 FormatterMatchType m_match_type;
54 FormatterMatchType match_type, ConstString name, in ScriptAddOptions()
67 FormatterMatchType m_match_type;
72 FormatterMatchType match_type, std::string catg) in SynthAddOptions()
140 FormatterMatchType m_match_type = eFormatterMatchExact;
272 FormatterMatchType match_type, std::string category,
380 FormatterMatchType m_match_type;
505 FormatterMatchType match_type, std::string category_name,
692 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute()
1563 FormatterMatchType match_type, in AddSummary()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h886 enum FormatterMatchType { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72721 lldb::FormatterMatchType arg2 ; in _wrap_new_SBTypeNameSpecifier__SWIG_3()
72728 arg2 = (lldb::FormatterMatchType)lua_tointeger(L, 2); in _wrap_new_SBTypeNameSpecifier__SWIG_3()
72957 lldb::FormatterMatchType result; in _wrap_SBTypeNameSpecifier_GetMatchType()
72966 result = (lldb::FormatterMatchType)(arg1)->GetMatchType(); in _wrap_SBTypeNameSpecifier_GetMatchType()