Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h158 bool hasFunction(OutputStream &S) const { in hasFunction() function
331 return Child->hasFunction(S); in hasFunctionSlow()
483 if (Pointee->hasArray(s) || Pointee->hasFunction(s)) in printLeft()
497 if (Pointee->hasArray(s) || Pointee->hasFunction(s)) in printRight()
551 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printLeft()
561 if (Collapsed.second->hasArray(s) || Collapsed.second->hasFunction(s)) in printRight()
584 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft()
593 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight()
1014 return Idx < Data.size() && Data[Idx]->hasFunction(S); in hasFunctionSlow()
1175 return Ref->hasFunction(S); in hasFunctionSlow()