Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp104 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap() function in DumpValueObjectOptions
112 SetIgnoreCap(true); in SetRawDisplay()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h92 DumpValueObjectOptions &SetIgnoreCap(bool ignore = false);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp206 .SetIgnoreCap(ignore_cap) in GetAsDumpOptions()