Home
last modified time | relevance | path

Searched refs:attrDefs (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java130 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes() local
131 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes()
135 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTElementProcessor.java369 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes() local
370 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes()
374 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTElementDef.java580 XSLTAttributeDef[] attrDefs = getAttributes(); in getAttributeDef() local
581 int nAttrDefs = attrDefs.length; in getAttributeDef()
585 XSLTAttributeDef attrDef = attrDefs[k]; in getAttributeDef()
/external/llvm-project/mlir/tools/mlir-tblgen/
DDialectGen.cpp216 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr"); in emitDialectDecls() local
219 emitDialectDecl(dialect, filterForDialect<Attribute>(attrDefs, dialect), in emitDialectDecls()