reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
342 const SentinelAttr *attr = D->getAttr<SentinelAttr>(); 353 if (ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) { 356 } else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 359 } else if (isa<VarDecl>(D)) { 360 QualType type = cast<ValueDecl>(D)->getType(); 396 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName(); 397 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType); 428 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);