reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1297 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); 1297 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); 1301 DeclarationNameInfo(Pair.first, Pair.second), LookupObjCProtocolName, 1301 DeclarationNameInfo(Pair.first, Pair.second), LookupObjCProtocolName, 1305 << Pair.first); 1309 Diag(Pair.second, diag::err_undeclared_protocol) << Pair.first; 1309 Diag(Pair.second, diag::err_undeclared_protocol) << Pair.first; 1319 (void)DiagnoseUseOfDecl(PDecl, Pair.second); 1329 Diag(Pair.second, diag::warn_undef_protocolref) << Pair.first; 1329 Diag(Pair.second, diag::warn_undef_protocolref) << Pair.first;