| 138 | } |
| 139 | TypeConstructor declareTypeConstructor(std::string _name, std::string _canonicalName, size_t _arguments, Declaration const* _declaration); |
| 140 | TypeConstructor constructor(PrimitiveType _type) const |
| 141 | { |
| 142 | return m_primitiveTypeConstructors.at(_type); |
| 143 | } |
| 144 | TypeClass primitiveClass(PrimitiveClass _class) const |
| 145 | { |
| 146 | return m_primitiveTypeClasses.at(_class); |
no test coverage detected