Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp228 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h390 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function