Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

53   /// diagnose the use of local variables or parameters within the
1199 // Diagnose any attributes we see.
1240 // that we can properly diagnose redundant direct base types. Note
2152 // have more member initializers coming; we'll diagnose it just
2363 // Diagnose value-uses of fields to initialize themselves, e.g.
3693 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) {
3738 Diagnoser.diagnose(*this, Loc, T);
3753 // Keep a set of seen pure methods so we won't diagnose the same method
3875 // don't diagnose.
4453 bool Diagnose;
4462 Sema::CXXSpecialMember CSM, bool Diagnose)
4463 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
4577 if (Diagnose) {
4655 if (Diagnose)
4667 if (Diagnose)
4679 if (Diagnose)
4687 if (Diagnose)
4695 if (Diagnose)
4727 if (Diagnose)
4755 if (Diagnose)
4768 bool Diagnose) {
4782 if (Diagnose)
4806 if (!Diagnose) return true;
4819 if (!Diagnose) return true;
4853 if (Diagnose)
4859 SpecialMemberDeletionInfo SMI(*this, MD, CSM, Diagnose);
5047 bool Diagnose) {
5054 Diagnose ? &Selected : 0))
5057 if (Diagnose) {
5081 S.SpecialMemberIsTrivial(Selected, CSM, Diagnose);
5092 bool ConstArg, bool Diagnose) {
5103 CSM, ConstArg, Diagnose))
5113 if (Diagnose)
5124 if (Diagnose)
5133 TSK_Field, Diagnose))
5140 /// Diagnose why the specified class does not have a trivial special member of
5148 TSK_CompleteObject, /*Diagnose*/true);
5155 bool Diagnose) {
5178 if (Diagnose)
5195 if (Diagnose)
5214 if (Diagnose)
5221 if (Diagnose)
5240 CSM, TSK_BaseClass, Diagnose))
5255 if (!checkTrivialClassMembers(*this, RD, CSM, ConstArg, Diagnose))
5262 if (Diagnose)
5271 if (!Diagnose)
5474 // it shows up in the right place in the vtable and that we diagnose
5495 // shows up in the right place in the vtable and that we diagnose problems
5916 // Diagnose "&operator bool()" and other such nonsense. This
6005 /// \brief Diagnose a mismatch in 'inline' qualifiers when a namespace is
6628 // Diagnose finding a decl which is not from a base class of the
6636 // FIXME: diagnose the following if we care enough:
6643 // We can't diagnose it immediately because C<T> is an unknown
7114 // FIXME: in C++0x, we can diagnose if we can prove that the
7168 // diagnose here only if we can prove that that can't happen,
10688 // thus we never diagnose it, not even in -pedantic.