Home
last modified time | relevance | path

Searched refs:SetScopeChecked (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDumpValueObjectOptions.h89 DumpValueObjectOptions &SetScopeChecked(bool check = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDumpValueObjectOptions.cpp88 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked() function in DumpValueObjectOptions
HDValueObjectPrinter.cpp565 child_options.SetScopeChecked(true) in PrintChild()