Home | History | Annotate | Download | only in Sema

Lines Matching defs:isMethod

167   int isMethod = 0;
178 isMethod = 1;
208 isMethod = 2;
216 Diag(D->getLocation(), diag::note_sentinel_here) << isMethod;
226 Diag(D->getLocation(), diag::note_sentinel_here) << isMethod;
249 Diag(Loc, diag::warn_missing_sentinel) << isMethod;
250 Diag(D->getLocation(), diag::note_sentinel_here) << isMethod;