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.h902 eFormatterMatchCallback, enumerator
904 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.cpp342 if (m_match_type == eFormatterMatchCallback) in SetOptionValue()
353 m_match_type = eFormatterMatchCallback; in SetOptionValue()
1194 if (m_match_type == eFormatterMatchCallback) in SetOptionValue()
1205 m_match_type = eFormatterMatchCallback; in SetOptionValue()
1606 if (match_type == eFormatterMatchCallback) { in AddSummary()
2267 if (match_type == eFormatterMatchCallback) { in AddSynth()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83065 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchCallback", (lldb::eFormatterMatchCallback))},