source: src/Validate/ImplementEnumFunc.hpp @ a1fbad0

Last change on this file since a1fbad0 was af746cc, checked in by JiadaL <j82liang@…>, 3 months ago

Reimplement the resolution of Enum instance type

  • Property mode set to 100644
File size: 152 bytes
RevLine 
[af746cc]1#pragma once
2
3namespace ast {
4    class TranslationUnit;
5}
6
7namespace Validate {
8    void implementEnumFunc( ast::TranslationUnit & translationUnit );
9}
Note: See TracBrowser for help on using the repository browser.