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…
1190 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument1192 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()1197 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()1198 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()1241 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local1244 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()1246 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()1247 << UndefinedProtocol; in FindProtocolDeclaration()