reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1351 if (Context.Complain) { 1352 Context.Diag2(D2->getLocation(), 1353 Context.getApplicableDiagnostic( 1355 << Context.ToCtx.getTypeDeclType(D2); 1356 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) 1358 Context.Diag2(D2->getLocation(), diag::note_odr_missing_enumerator); 1367 if (Context.Complain) { 1368 Context.Diag2(D2->getLocation(), 1369 Context.getApplicableDiagnostic( 1371 << Context.ToCtx.getTypeDeclType(D2); 1372 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator) 1374 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) 1382 if (Context.Complain) { 1383 Context.Diag2(D2->getLocation(), Context.getApplicableDiagnostic( 1383 Context.Diag2(D2->getLocation(), Context.getApplicableDiagnostic( 1385 << Context.ToCtx.getTypeDeclType(D2); 1386 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator) 1388 Context.Diag1(D1->getLocation(), diag::note_odr_missing_enumerator);