Home | History | Annotate | Download | only in Sema

Lines Matching defs:PVD

125   if (auto *PVD = getFunctionOrMethodParam(D, Idx))
126 return PVD->getSourceRange();
985 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl()))
986 if (Parms.count(PVD)) {
3538 for (const ParmVarDecl *PVD : FD->parameters())
3539 NameIdxMapping[PVD->getName()] = Idx++;
5303 const auto *PVD = dyn_cast<ParmVarDecl>(D);
5304 if (!PVD)
5306 QualType QT = PVD->getType();
7507 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I));
7508 QualType Ty = PVD->getType();
7518 tryMakeVariablePseudoStrong(S, PVD, /*DiagnoseFailure=*/false);
7563 if (const auto *PVD = dyn_cast<ParmVarDecl>(D)) {
7564 if (PVD->getType()->isIntegerType()) {
7880 if (auto *PVD = dyn_cast<ParmVarDecl>(D))
7881 handleNonNullAttrParameter(S, PVD, AL);