Home | History | Annotate | Download | only in Sema

Lines Matching defs:Warnings

1882 /// DiagnoseUnusedDecl - Emit warnings about declarations that are not used
3745 SmallVector<GNUCompatibleParamWarning, 16> Warnings;
3767 Warnings.push_back(Warn);
3774 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) {
3775 Diag(Warnings[Warn].NewParm->getLocation(),
3777 << Warnings[Warn].PromotedType
3778 << Warnings[Warn].OldParm->getType();
3779 if (Warnings[Warn].OldParm->getLocation().isValid())
3780 Diag(Warnings[Warn].OldParm->getLocation(),
4627 // Don't emit warnings after this error.
7564 /// if it doesn't shadow any declaration or shadowing warnings are disabled.
7580 /// if it doesn't shadow any declaration or shadowing warnings are disabled.
7595 /// if it doesn't shadow any declaration or shadowing warnings are disabled.
7656 // Try to avoid warnings for lambdas with an explicit capture list.
7769 // Avoid issuing multiple warnings about the same decl.
11615 // Doing so is a way to silence uninitialized warnings.
12751 // NOTE: to avoid multiple warnings, only check the first declaration.
14718 // Since the body is valid, issue any analysis-based warnings that are