Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

1645                                   bool Diagnose) {
1649 if (AllowMissing || !Diagnose)
1698 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i])))
1712 Best->FoundDecl, Diagnose) == AR_inaccessible)
1719 if (Diagnose) {
1728 if (Diagnose) {
1737 if (Diagnose) {
1904 FunctionDecl* &Operator, bool Diagnose) {
1933 if (Diagnose) {
1941 Matches[0], Diagnose) == AR_inaccessible)
1948 if (Diagnose) {
1963 if (Diagnose) {
1983 DeallocArgs, 1, TUDecl, !Diagnose,
1984 Operator, Diagnose))
2600 // Diagnose incompatible Objective-C conversions
3795 // Diagnose use of pointer-to-member type which when used as
3891 return InitSeq.Diagnose(Self, Entity, Kind, &From, 1);
3918 return InitSeq.Diagnose(Self, Entity, Kind, &From, 1);
3940 return InitSeq.Diagnose(Self, Entity, Kind, &From, 1);