Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h426 virtual bool GetBaseClassPath(Stream &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2005 bool ValueObject::GetBaseClassPath(Stream &s) { in GetBaseClassPath() function in ValueObject
2008 GetParent() && GetParent()->GetBaseClassPath(s); in GetBaseClassPath()
2134 if (GetBaseClassPath(s)) in GetExpressionPath()