Home | History | Annotate | Download | only in Sema

Lines Matching refs:Warnings

1234       // since otherwise we will get spurious warnings on specialized
1362 /// DiagnoseUnusedDecl - Emit warnings about declarations that are not used
2681 SmallVector<GNUCompatibleParamWarning, 16> Warnings;
2703 Warnings.push_back(Warn);
2710 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) {
2711 Diag(Warnings[Warn].NewParm->getLocation(),
2713 << Warnings[Warn].PromotedType
2714 << Warnings[Warn].OldParm->getType();
2715 if (Warnings[Warn].OldParm->getLocation().isValid())
2716 Diag(Warnings[Warn].OldParm->getLocation(),
3126 // Don't emit warnings after this error.
7812 // Doing so is a way to silence uninitialized warnings.
8412 // NOTE: to avoid multiple warnings, only check the first declaration.
9560 // Since the body is valid, issue any analysis-based warnings that are