Searched refs:mappedAttributeDecls (Results 1 – 1 of 1) sorted by relevance
67 static MappedAttributeDecls* mappedAttributeDecls = 0; variable71 if (!mappedAttributeDecls) in getMappedAttributeDecl()73 …return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), at… in getMappedAttributeDecl()78 if (!mappedAttributeDecls) in getMappedAttributeDecl()80 … return mappedAttributeDecls->get(MappedAttributeKey(type, name.localName().impl(), value.impl())); in getMappedAttributeDecl()85 if (!mappedAttributeDecls) in setMappedAttributeDecl()86 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()87 …mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->val… in setMappedAttributeDecl()92 if (!mappedAttributeDecls) in setMappedAttributeDecl()93 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()[all …]