Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h99 SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
112 SetWithRegex(SummaryContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
125 SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
138 SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) { in SetWithRegex() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp1129 .SetWithRegex([&result, &formatter_regex, &any_printed]( in DoExecute()