Home | History | Annotate | Download | only in Sema

Lines Matching refs:diagnose

135     /// A list of attributes to diagnose the uselessness of when the
186 /// We will diagnose such attributes later.
191 /// Diagnose all the ignored type attributes, given that the
479 // Otherwise, diagnose when we're done building the type.
566 // If that failed, diagnose the bad attribute when the declarator is
585 // If that failed, diagnose the bad attribute when the declarator is
896 // If the type is deprecated or unavailable, diagnose it.
2168 // These cases don't allow function types at all; no need to diagnose the
2484 // For conversion functions, we'll diagnose this particular error later.
2904 // Diagnose any ignored type attributes.
4050 // Diagnose regparm with fastcall.
4085 // Should we diagnose reapplications of the same convention?
4093 // Diagnose the use of X86 fastcall on varargs or unprototyped functions.
4110 // Also diagnose fastcall with regparm.
4512 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) {
4637 Diagnoser.diagnose(*this, Loc, T);
4705 Diagnoser.diagnose(*this, Loc, T);
4726 // so is non-literal. This is better to diagnose than the resulting absence
4770 SpecialMemberIsTrivial(Dtor, CXXDestructor, /*Diagnose*/true);