Lines Matching defs:PVD
6815 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl()))
6816 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
6817 FD->getParamDecl(PVD->getFunctionScopeIndex())
6818 ->getCanonicalDecl() == PVD->getCanonicalDecl()) {
6819 UniformedArgs.try_emplace(PVD->getCanonicalDecl(), E);
6842 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) {
6843 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6844 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
6845 FD->getParamDecl(PVD->getFunctionScopeIndex())
6859 QualType QTy = PVD->getType()
6867 Diag(PVD->getLocation(), diag::note_previous_decl) << PVD;
6913 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) {
6914 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6915 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
6916 FD->getParamDecl(PVD->getFunctionScopeIndex())
6945 PVD->getOriginalType(),
6983 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) {
6984 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
7644 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) {
7645 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
7646 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
7647 FD->getParamDecl(PVD->getFunctionScopeIndex())
7652 << PVD;