Searched refs:ObjCProtoName (Results 1 – 2 of 2) sorted by relevance
26 NODE(ObjCProtoName)
587 class ObjCProtoName : public Node {594 ObjCProtoName(const Node *Ty_, std::string_view Protocol_) in ObjCProtoName() function631 !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()