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.cpp218 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvaluateExpressionOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h160 bool GetEnableAutoApplyFixIts() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4511 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties