Home
last modified time | relevance | path

Searched refs:GetIsArrow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp222 bool expr_is_ptr = node->GetIsArrow(); in Visit()
226 if (node->GetIsArrow()) { in Visit()
317 if (node->GetIsArrow() && base->IsPointerType()) in Visit()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h104 bool GetIsArrow() const { return m_is_arrow; } in GetIsArrow() function