Lines Matching defs:PV
4700 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(DR->getDecl())) {
4701 SecondArgIsLastNamedArgument = PV == LastParam;
4703 Type = PV->getType();
4704 ParamLoc = PV->getLocation();
4706 PV->getStorageClass() == SC_Register && !getLangOpts().CPlusPlus;
5823 if (const auto *PV = dyn_cast<ParmVarDecl>(VD)) {
5824 if (const auto *D = dyn_cast<Decl>(PV->getDeclContext())) {
5843 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx &&
11607 if (const auto* PV = dyn_cast<ParmVarDecl>(D)) {
11609 !getCurFunction()->ModifiedNonNullParams.count(PV)) {
11610 if (const Attr *A = PV->getAttr<NonNullAttr>()) {
11615 if (const auto *FD = dyn_cast<FunctionDecl>(PV->getDeclContext())) {
11619 auto ParamIter = llvm::find(FD->parameters(), PV);