Home | History | Annotate | Download | only in Sema

Lines Matching refs:PV

1623     if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(DR->getDecl())) {
1633 SecondArgIsLastNamedArgument = PV == LastArg;
1635 Type = PV->getType();
1636 ParamLoc = PV->getLocation();
2038 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(VD)) {
2039 if (const NamedDecl *ND = dyn_cast<NamedDecl>(PV->getDeclContext())) {
2040 int PVIndex = PV->getFunctionScopeIndex() + 1;