Searched refs:UndefinedProtocol (Results 1 – 1 of 1) sorted by relevance
1293 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument1296 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()1301 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()1302 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()1346 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local1349 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()1351 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()1352 << UndefinedProtocol; in FindProtocolDeclaration()