Lines Matching defs:PVD
4281 if (const auto *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
4282 QualType OType = PVD->getOriginalType();
4283 QualType Type = PVD->getType();
4287 Diag(PVD->getLocation(), diag::note_declared_at);
5998 static void DiagnoseCalleeStaticArrayParam(Sema &S, ParmVarDecl *PVD) {
5999 TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc();
6003 S.Diag(PVD->getLocation(), diag::note_callee_static_array)
14112 for (auto *PVD : MD->parameters())
14113 IsIncomplete |= ReturnOrParamTypeIsIncomplete(PVD->getType(), OpLoc,
14114 PVD->getBeginLoc());
18836 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var))
18837 QTy = PVD->getOriginalType();
18864 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var))
18865 QTy = PVD->getOriginalType();