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()
2140 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument2147 if (newDecl->hasAttr<CarriesDependencyAttr>() && in mergeParamDeclAttributes()2149 S.Diag(newDecl->getAttr<CarriesDependencyAttr>()->getLocation(), in mergeParamDeclAttributes()2164 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()2168 if (!foundAny) newDecl->setAttrs(AttrVec()); in mergeParamDeclAttributes()2173 if (!DeclHasAttr(newDecl, *i)) { in mergeParamDeclAttributes()2177 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()2182 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()