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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h43 X(ObjCProtoName) \
448 class ObjCProtoName : public Node { class in inherits:Node
455 ObjCProtoName(const Node *Ty_, StringView Protocol_) function in class:ObjCProtoName
490 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) {
498 const auto *objcProto = static_cast<const ObjCProtoName *>(Pointee);
507 !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) {
3651 return make<ObjCProtoName>(Child, Proto);

Completed in 142 milliseconds