Searched refs:mappedAttributeDecls (Results 1 – 1 of 1) sorted by relevance
71 static MappedAttributeDecls* mappedAttributeDecls = 0; variable75 if (!mappedAttributeDecls) in getMappedAttributeDecl()77 …return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), at… in getMappedAttributeDecl()82 if (!mappedAttributeDecls) in getMappedAttributeDecl()84 … return mappedAttributeDecls->get(MappedAttributeKey(type, name.localName().impl(), value.impl())); in getMappedAttributeDecl()89 if (!mappedAttributeDecls) in setMappedAttributeDecl()90 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()91 …mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->val… in setMappedAttributeDecl()96 if (!mappedAttributeDecls) in setMappedAttributeDecl()97 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()[all …]