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()
182 ParmVarDecl *newDecl = (*ni); in CheckObjCMethodOverride() local183 if (newDecl->hasAttr<NSConsumedAttr>() != in CheckObjCMethodOverride()185 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
1856 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument1862 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()1866 if (!foundAny) newDecl->setAttrs(AttrVec()); in mergeParamDeclAttributes()1871 if (!DeclHasAttr(newDecl, *i)) { in mergeParamDeclAttributes()1874 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()1879 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()