Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h89 DumpValueObjectOptions &SetScopeChecked(bool check = true);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp87 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked() function in DumpValueObjectOptions
DValueObjectPrinter.cpp571 child_options.SetScopeChecked(true) in PrintChild()