Searched refs:registeredAttributes (Results 1 – 1 of 1) sorted by relevance
223 DenseMap<TypeID, AbstractAttribute *> registeredAttributes; member in mlir::MLIRContextImpl250 for (auto attrMapping : registeredAttributes) in ~MLIRContextImpl()468 hash = llvm::hash_combine(hash, impl->registeredAttributes.size()); in getRegistryHash()622 if (!impl.registeredAttributes.insert({typeID, newInfo}).second) in addAttribute()643 auto it = impl.registeredAttributes.find(typeID); in lookupMutable()644 if (it == impl.registeredAttributes.end()) in lookupMutable()