Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp374 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h144 bool GetEnableAutoApplyFixIts() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4057 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties