Home | History | Annotate | Download | only in Sema

Lines Matching refs:PVD

2712       if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
2713 QualType OType = PVD->getOriginalType();
2714 QualType Type = PVD->getType();
2718 Diag(PVD->getLocation(), diag::note_declared_at);