Lines Matching defs:newDecl
3226 static void mergeParamDeclAttributes(ParmVarDecl *newDecl,
3233 const CarriesDependencyAttr *CDA = newDecl->getAttr<CarriesDependencyAttr>();
3252 const auto *NDAttr = newDecl->getAttr<HLSLParamModifierAttr>();
3260 S.Diag(newDecl->getLocation(), diag::err_hlsl_param_qualifier_mismatch)
3261 << NDAttr << newDecl;
3270 bool foundAny = newDecl->hasAttrs();
3274 if (!foundAny) newDecl->setAttrs(AttrVec());
3277 if (!DeclHasAttr(newDecl, I)) {
3281 newDecl->addAttr(newAttr);
3286 if (!foundAny) newDecl->dropAttrs();