Searched defs:GetAutoApplyFixIts (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBExpressionOptions.cpp | 202 bool SBExpressionOptions::GetAutoApplyFixIts() { GetAutoApplyFixIts() function in SBExpressionOptions |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 432 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } GetAutoApplyFixIts() function |