Lines Matching defs:PVD
290 const ParmVarDecl *PVD = (*CE)->parameters()[*Idx];
291 PVD->getNameForDiagnostic(os, PVD->getASTContext().getPrintingPolicy(),
388 const ParmVarDecl *PVD = Parameters[I];
390 if (!PVD->hasAttr<OSConsumedAttr>())
406 PVD->getNameForDiagnostic(os, PVD->getASTContext().getPrintingPolicy(),
437 const auto *PVD = cast<ParmVarDecl>(VR->getDecl());
438 PathDiagnosticLocation L = PathDiagnosticLocation(PVD, SM);
442 os << "Parameter '" << PVD->getDeclName() << "' starts at +";