| 602 | const cString& GetName() const { return m_name; } |
| 603 | |
| 604 | void SetArguments(cASTArgumentList* args) { delete m_args; m_args = args; } |
| 605 | cASTArgumentList* GetArguments() { return m_args; } |
| 606 | |
| 607 | const sASTypeInfo& GetType() const { return m_type; } |
no outgoing calls
no test coverage detected