Searched defs:SetAutoApplyFixIts (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBExpressionOptions.cpp | 215 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 441 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } SetAutoApplyFixIts() function |