source: src/Validate/ReplacePseudoFunc.hpp

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

Add replacePseudoFunc

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