Changes in src/SymTab/FixFunction.h [b0845f9:c6b4432]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.h
rb0845f9 rc6b4432 22 22 23 23 namespace SymTab { 24 25 /// Returns declaration with function and array types replaced by equivalent pointer types. 26 /// Sets isVoid to true if type is void. 27 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid ); 28 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid ); 29 24 /// Returns declaration with function and array types replaced by equivalent pointer types. 25 /// Sets isVoid to true if type is void 26 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid ); 27 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid ); 30 28 } // namespace SymTab 31 29
Note:
See TracChangeset
for help on using the changeset viewer.