Home
last modified time | relevance | path

Searched refs:GetValueForExpressionPathOptions (Results 1 – 3 of 3) 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
247 GetValueForExpressionPathOptions &
253 static const GetValueForExpressionPathOptions DefaultOptions() { in DefaultOptions() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1950 GetValueForExpressionPathOptions().SetSyntheticChildrenTraversal( in GetSyntheticExpressionPathChild()
1951 GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetSyntheticExpressionPathChild()
2157 const GetValueForExpressionPathOptions &options, in GetValueForExpressionPath()
2225 const GetValueForExpressionPathOptions &options, in GetValueForExpressionPath_Impl()
2315 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
2318 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
2327 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
2336 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
2383 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
2386 case GetValueForExpressionPathOptions::SyntheticChildrenTraversal:: in GetValueForExpressionPath_Impl()
[all …]
H A DFormatEntity.cpp617 ValueObject::GetValueForExpressionPathOptions options; in ExpandIndexedExpression()
738 ValueObject::GetValueForExpressionPathOptions options; in DumpValue()
743 ValueObject::GetValueForExpressionPathOptions:: in DumpValue()