Searched refs:newDecl (Results 1 – 3 of 3) sorted by relevance
1130 void addOrReplaceDecls(XMLNSDecl newDecl) in addOrReplaceDecls() argument1138 if (decl.getPrefix().equals(newDecl.getPrefix())) in addOrReplaceDecls()1143 m_prefixTable.add(newDecl); in addOrReplaceDecls()
181 ParmVarDecl *newDecl = (*ni); in CheckObjCMethodOverride() local182 if (newDecl->hasAttr<NSConsumedAttr>() != in CheckObjCMethodOverride()184 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
2443 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument2450 const CarriesDependencyAttr *CDA = newDecl->getAttr<CarriesDependencyAttr>(); in mergeParamDeclAttributes()2467 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()2471 if (!foundAny) newDecl->setAttrs(AttrVec()); in mergeParamDeclAttributes()2474 if (!DeclHasAttr(newDecl, I)) { in mergeParamDeclAttributes()2478 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()2483 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()