Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp380 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvalOptions()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h140 bool GetEnableAutoApplyFixIts() const;
/external/llvm-project/lldb/source/Target/
DTarget.cpp3978 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties