Searched refs:UndefinedProtocol (Results 1 – 2 of 2) sorted by relevance
44 @protocol UndefinedProtocol <UndefinedParentProtocol>47 …rface SomeObject : NSObject <UndefinedProtocol> // expected-warning {{cannot find protocol definit…
764 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument766 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()771 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()772 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()814 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local817 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()820 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()821 << UndefinedProtocol; in FindProtocolDeclaration()