Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp421 auto_apply_fixits = target->GetEnableAutoApplyFixIts(); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h133 bool GetEnableAutoApplyFixIts() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3873 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties