Home
last modified time | relevance | path

Searched refs:eFormatterMatchCallback (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h889 eFormatterMatchCallback, enumerator
891 eLastFormatterMatchType = eFormatterMatchCallback,
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h103 case lldb::eFormatterMatchCallback: in Matches()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp335 if (m_match_type == eFormatterMatchCallback) in SetOptionValue()
346 m_match_type = eFormatterMatchCallback; in SetOptionValue()
1176 if (m_match_type == eFormatterMatchCallback) in SetOptionValue()
1187 m_match_type = eFormatterMatchCallback; in SetOptionValue()
1586 if (match_type == eFormatterMatchCallback) { in AddSummary()
2247 if (match_type == eFormatterMatchCallback) { in AddSynth()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81661 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchCallback", (lldb::eFormatterMatchCallback))},