Home
last modified time | relevance | path

Searched refs:GetEnableAutoApplyFixIts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp219 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvaluateExpressionOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h175 bool GetEnableAutoApplyFixIts() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4749 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties