Home
last modified time | relevance | path

Searched defs:GetValueForExpressionPathOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h196 struct GetValueForExpressionPathOptions { struct
209 GetValueForExpressionPathOptions( argument
217 GetValueForExpressionPathOptions &DoCheckDotVsArrowSyntax() { in DoCheckDotVsArrowSyntax() argument
222 GetValueForExpressionPathOptions &DontCheckDotVsArrowSyntax() { in DontCheckDotVsArrowSyntax() argument
227 GetValueForExpressionPathOptions &DoAllowFragileIVar() { in DoAllowFragileIVar() argument
232 GetValueForExpressionPathOptions &DontAllowFragileIVar() { in DontAllowFragileIVar() argument
237 GetValueForExpressionPathOptions &DoAllowBitfieldSyntax() { in DoAllowBitfieldSyntax() argument
242 GetValueForExpressionPathOptions &DontAllowBitfieldSyntax() { in DontAllowBitfieldSyntax() argument
253 static const GetValueForExpressionPathOptions DefaultOptions() { in DefaultOptions() argument