Searched refs:newDecl (Results 1 – 5 of 5) 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()
545 FunctionDeclaration newDecl(f.fPosition, f.fName, parameters, *returnType); in convertFunction() local546 fErrors.error(f.fPosition, "functions '" + newDecl.description() + in convertFunction()572 auto newDecl = std::unique_ptr<FunctionDeclaration>(new FunctionDeclaration(f.fPosition, in convertFunction() local576 decl = newDecl.get(); in convertFunction()577 fSymbolTable->add(decl->fName, std::move(newDecl)); in convertFunction()
180 ParmVarDecl *newDecl = (*ni); in CheckObjCMethodOverride() local181 if (newDecl->hasAttr<NSConsumedAttr>() != in CheckObjCMethodOverride()183 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
2517 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument2524 const CarriesDependencyAttr *CDA = newDecl->getAttr<CarriesDependencyAttr>(); in mergeParamDeclAttributes()2541 bool foundAny = newDecl->hasAttrs(); in mergeParamDeclAttributes()2545 if (!foundAny) newDecl->setAttrs(AttrVec()); in mergeParamDeclAttributes()2548 if (!DeclHasAttr(newDecl, I)) { in mergeParamDeclAttributes()2552 newDecl->addAttr(newAttr); in mergeParamDeclAttributes()2557 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...