Searched refs:UndefinedProtocol (Results 1 – 1 of 1) sorted by relevance
1279 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument1282 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()1287 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()1288 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()1330 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local1333 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()1335 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()1336 << UndefinedProtocol; in FindProtocolDeclaration()