#pragma once namespace ast { class TranslationUnit; } namespace Validate { void implementEnumFunc( ast::TranslationUnit & translationUnit ); }