Home | History | Annotate | Download | only in Sema

Lines Matching full:warnings

1211 /// DiagnoseUnusedDecl - Emit warnings about declarations that are not used
2032 SmallVector<GNUCompatibleParamWarning, 16> Warnings;
2054 Warnings.push_back(Warn);
2061 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) {
2062 Diag(Warnings[Warn].NewParm->getLocation(),
2064 << Warnings[Warn].PromotedType
2065 << Warnings[Warn].OldParm->getType();
2066 if (Warnings[Warn].OldParm->getLocation().isValid())
2067 Diag(Warnings[Warn].OldParm->getLocation(),
2422 // Don't emit warnings after this error.
6598 // NOTE: to avoid multiple warnings, only check the first declaration.
7530 // Since the body is valid, issue any analysis-based warnings that are