Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h126 DumpValueObjectOptions &SetExpandPointerTypeFlags(unsigned flags);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp203 DumpValueObjectOptions::SetExpandPointerTypeFlags(unsigned flags) { in SetExpandPointerTypeFlags() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp91 .SetExpandPointerTypeFlags(lldb::eTypeIsObjC); in DoExecute()