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.h886 eFormatterMatchCallback, enumerator
888 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()
1201 if (m_match_type == eFormatterMatchCallback) in SetOptionValue()
1212 m_match_type = eFormatterMatchCallback; in SetOptionValue()
1619 if (match_type == eFormatterMatchCallback) { in AddSummary()
2360 if (match_type == eFormatterMatchCallback) { in AddSynth()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78374 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchCallback", lldb::eFormatterMatchCallback)},