Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

51   /// diagnose the use of local variables or parameters within the
1134 // that we can properly diagnose redundant direct base types. Note
1816 // have more member initializers coming; we'll diagnose it just
2095 // Diagnose value-uses of fields to initialize themselves, e.g.
3454 // Keep a set of seen pure methods so we won't diagnose the same method
3576 // don't diagnose.
4343 bool Diagnose;
4352 Sema::CXXSpecialMember CSM, bool Diagnose)
4353 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
4460 if (Diagnose) {
4538 if (Diagnose)
4550 if (Diagnose)
4562 if (Diagnose)
4570 if (Diagnose)
4578 if (Diagnose)
4609 if (Diagnose)
4636 if (Diagnose)
4649 bool Diagnose) {
4662 if (Diagnose)
4686 if (!Diagnose) return true;
4691 if (!Diagnose) return true;
4717 if (Diagnose)
4723 SpecialMemberDeletionInfo SMI(*this, MD, CSM, Diagnose);
4882 // it shows up in the right place in the vtable and that we diagnose
4901 // shows up in the right place in the vtable and that we diagnose problems
5322 // Diagnose "&operator bool()" and other such nonsense. This
6006 // Diagnose finding a decl which is not from a base class of the
6014 // FIXME: diagnose the following if we care enough:
6021 // We can't diagnose it immediately because C<T> is an unknown
6492 // FIXME: in C++0x, we can diagnose if we can prove that the
6546 // diagnose here only if we can prove that that can't happen,
10124 // thus we never diagnose it, not even in -pedantic.