Home
last modified time | relevance | path

Searched refs:SetWithRegex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h110 SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
123 SetWithRegex(SummaryContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
136 SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
150 SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
163 SetWithRegex(ValidatorContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1158 .SetWithRegex([&result, &formatter_regex, &any_printed]( in DoExecute()