Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp363 auto_apply_fixits = target.GetEnableAutoApplyFixIts(); in GetEvalOptions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h160 bool GetEnableAutoApplyFixIts() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4428 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts() function in TargetProperties