* @brief Adds annotation to context. */
| 307 | * @brief Adds annotation to context. |
| 308 | */ |
| 309 | void Context::addAnnotation(const std::shared_ptr<Annotation> &annot) |
| 310 | { |
| 311 | annotations.emplace(annot->getName(), annot); |
| 312 | } |
| 313 | |
| 314 | } // namespace ctypes |
| 315 | } // namespace retdec |