Home
last modified time | relevance | path

Searched refs:newDecl (Results 1 – 5 of 5) 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.cpp545 FunctionDeclaration newDecl(f.fPosition, f.fName, parameters, *returnType); in convertFunction() local
546 fErrors.error(f.fPosition, "functions '" + newDecl.description() + in convertFunction()
572 auto newDecl = std::unique_ptr<FunctionDeclaration>(new FunctionDeclaration(f.fPosition, in convertFunction() local
576 decl = newDecl.get(); in convertFunction()
577 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/ ...