Searched refs:newDecl (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemTemplateElement.java | 1130 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/ |
D | SkSLIRGenerator.cpp | 757 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/ |
D | SkSLIRGenerator.cpp | 740 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/ |
D | SemaDeclObjC.cpp | 180 ParmVarDecl *newDecl = (*ni); in CheckObjCMethodOverride() local 181 if (newDecl->hasAttr<NSConsumedAttr>() != in CheckObjCMethodOverride() 183 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
|
D | SemaDecl.cpp | 2517 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/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |