Home | History | Annotate | Download | only in slang

Lines Matching defs:PVD

112     const clang::ParmVarDecl *PVD = FD->getParamDecl(i);
113 clang::QualType QT = PVD->getType().getCanonicalType();
116 Context->ReportError(PVD->getLocation(),
121 << PVD->getName() << PVD->getType().getAsString();
129 mOut = PVD;
131 Context->ReportError(PVD->getLocation(),
135 << FD->getName() << mOut->getName() << PVD->getName();
140 mIns.push_back(PVD);
142 mUsrData = PVD;
145 PVD->getLocation(),
147 << PVD->getName() << FD->getName();
200 const clang::ParmVarDecl *PVD = FD->getParamDecl(i);
204 Context->ReportError(PVD->getLocation(),
207 "more than %3 input parameters.") << PVD->getName() <<
212 mIns.push_back(PVD);
215 Context->ReportError(PVD->getLocation(),
218 "multiple input parameters.") << PVD->getName() <<
223 clang::QualType QT = PVD->getType().getCanonicalType();
225 Context->ReportError(PVD->getLocation(),
228 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
329 const clang::ParmVarDecl *PVD = FE->mUsrData;
330 clang::QualType QT = PVD->getType().getCanonicalType();
353 PVD->getIdentifier(),
449 const clang::ParmVarDecl *PVD = FD->getParamDecl(0);
450 clang::QualType QT = PVD->getType().getCanonicalType();