reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
355 calleeType = CT_Method; 358 calleeType = CT_Function; 365 calleeType = CT_Function; 368 calleeType = CT_Block; 397 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType); 413 if (calleeType == CT_Method && PP.isMacroDefined("nil")) 423 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType); 426 << int(calleeType) 428 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);