Home
last modified time | relevance | path

Searched refs:SetTopLevel (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h92 void SetTopLevel(bool b = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp157 void SBExpressionOptions::SetTopLevel(bool b) { in SetTopLevel() function in SBExpressionOptions