source:
src/Validate/ReplacePseudoFunc.hpp
@
df78cce
Last change on this file since df78cce was ac939461, checked in by , 10 months ago | |
---|---|
|
|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[ac939461] | 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.