Lines Matching defs:PVD
10982 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl())
10984 auto It = ParamPositions.find(PVD);
11000 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl())
11002 auto It = ParamPositions.find(PVD);
11005 ParmTy = PVD->getType();
11032 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl())
11034 auto It = ParamPositions.find(PVD);
11037 if (auto *P = dyn_cast<PointerType>(PVD->getType()))
11041 else if (PVD->getType()->isReferenceType()) {
11045 .getTypeSizeInChars(PVD->getType().getNonReferenceType())