Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectExpression.cpp218 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvaluateExpressionOptions()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h160 bool GetEnableAutoApplyFixIts() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp4511 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties