Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObjectChild.h75 IsDereferenceOfParent () in IsDereferenceOfParent() function
DValueObject.h431 IsDereferenceOfParent () in IsDereferenceOfParent() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObject.cpp2398 const bool is_deref_of_parent = IsDereferenceOfParent (); in GetExpressionPath()
2429 …if (parent && parent->IsDereferenceOfParent() && epformat == eGetExpressionPathFormatHonorPointers) in GetExpressionPath()