Home
last modified time | relevance | path

Searched defs:GetAutoApplyFixIts (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp202 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h422 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function