Searched refs:CanAllowExpansion (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h34 bool CanAllowExpansion() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp466 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { function in class:DumpValueObjectOptions::PointerDepth
522 return curr_ptr_depth.CanAllowExpansion();
759 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types ||

Completed in 107 milliseconds