source:
src/Validate/ReplacePseudoFunc.hpp
@
6c8b76b
Last change on this file since 6c8b76b was ac939461, checked in by , 10 months ago | |
---|---|
|
|
File size: 149 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | namespace ast { |
4 | class TranslationUnit; |
5 | } |
6 | |
7 | namespace Validate { |
8 | |
9 | void replacePseudoFunc( ast::TranslationUnit & translationUnit ); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.