Home
last modified time | relevance | path

Searched refs:newDecl (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java1130 void addOrReplaceDecls(XMLNSDecl newDecl) in addOrReplaceDecls() argument
1138 if (decl.getPrefix().equals(newDecl.getPrefix())) in addOrReplaceDecls()
1143 m_prefixTable.add(newDecl); in addOrReplaceDecls()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp757 FunctionDeclaration newDecl(f.fOffset, f.fModifiers, f.fName, parameters, in convertFunction() local
759 fErrors.error(f.fOffset, "functions '" + newDecl.description() + in convertFunction()
785 auto newDecl = std::unique_ptr<FunctionDeclaration>(new FunctionDeclaration(f.fOffset, in convertFunction() local
790 decl = newDecl.get(); in convertFunction()
791 fSymbolTable->add(decl->fName, std::move(newDecl)); in convertFunction()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp740 FunctionDeclaration newDecl(f.fOffset, f.fModifiers, f.fName, parameters, in convertFunction() local
742 fErrors.error(f.fOffset, "functions '" + newDecl.description() + in convertFunction()
768 auto newDecl = std::unique_ptr<FunctionDeclaration>(new FunctionDeclaration(f.fOffset, in convertFunction() local
773 decl = newDecl.get(); in convertFunction()
774 fSymbolTable->add(decl->fName, std::move(newDecl)); in convertFunction()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp180 ParmVarDecl *newDecl = (*ni); in CheckObjCMethodOverride() local
181 if (newDecl->hasAttr<NSConsumedAttr>() != in CheckObjCMethodOverride()
183 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
DSemaDecl.cpp2517 static void mergeParamDeclAttributes(ParmVarDecl *newDecl, in mergeParamDeclAttributes() argument
2524 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()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...