Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def26 NODE(ObjCProtoName)
H A DItaniumDemangle.h587 class ObjCProtoName : public Node {
594 ObjCProtoName(const Node *Ty_, std::string_view Protocol_) in ObjCProtoName() function
631 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printLeft()
639 const auto *objcProto = static_cast<const ObjCProtoName *>(Pointee); in printLeft()
648 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printRight()
4014 return make<ObjCProtoName>(Child, Proto); in parseQualifiedType()