Lines Matching defs:Warn

1977     // Warn for reference variables whose initializtion performs lifetime
2233 // Warn on it if we are shadowing a declaration.
4216 GNUCompatibleParamWarning Warn = { OldParm, NewParm,
4218 Warnings.push_back(Warn);
4225 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) {
4226 Diag(Warnings[Warn].NewParm->getLocation(),
4228 << Warnings[Warn].PromotedType
4229 << Warnings[Warn].OldParm->getType();
4230 if (Warnings[Warn].OldParm->getLocation().isValid())
4231 Diag(Warnings[Warn].OldParm->getLocation(),
4521 // Warn if an already-defined variable is made a weak_import in a subsequent
5222 // Warn about ignored type attributes, for example:
8218 // list. Warn only when the lambda captures the shadowed decl
11928 // Warn that we did this, if we're not performing template instantiation.
12635 // Warn when a non-static method call is followed by non-static member
12638 bool Warn = (MD && !MD->isStatic());
12642 Warn = false;
12647 if (Warn)
12925 // Warn if we deduced 'id'. 'auto' usually implies type-safety, but using
14212 // Warn about externally-visible variables being defined without a
14394 // Warn about globals which don't have a constant initializer. Don't
14651 // FIXME: Warn on unused var template partial specializations.
15044 // Warn if the return value is pass-by-value and larger than the specified
15052 // Warn if any parameter is pass-by-value and larger than the specified
15901 // Warn if a global function is defined without a previous
16026 // Warn on CPUDispatch with an actual body.
18211 // Warn on types where the user might conceivably expect to get all