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()
1656 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument1662 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()1666 if (!foundAny) newDecl->setAttrs(AttrVec()); in mergeParamDeclAttributes()1671 if (!DeclHasAttr(newDecl, *i)) { in mergeParamDeclAttributes()1674 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()1679 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()