Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def25 NODE(ObjCProtoName)
H A DItaniumDemangle.h555 class ObjCProtoName : public Node {
562 ObjCProtoName(const Node *Ty_, StringView Protocol_) in ObjCProtoName() function
597 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printLeft()
605 const auto *objcProto = static_cast<const ObjCProtoName *>(Pointee); in printLeft()
614 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printRight()
3698 return make<ObjCProtoName>(Child, Proto); in parseQualifiedType()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def25 NODE(ObjCProtoName)
H A DItaniumDemangle.h555 class ObjCProtoName : public Node {
562 ObjCProtoName(const Node *Ty_, StringView Protocol_) in ObjCProtoName() function
597 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printLeft()
605 const auto *objcProto = static_cast<const ObjCProtoName *>(Pointee); in printLeft()
614 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) { in printRight()
3698 return make<ObjCProtoName>(Child, Proto); in parseQualifiedType()