Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp358 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvalOptions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h158 bool GetEnableAutoApplyFixIts() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4325 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties