Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h90 DumpValueObjectOptions &SetScopeChecked(bool check = true);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp95 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp614 child_options.SetScopeChecked(true) in PrintChild()