Changes in src/SymTab/FixFunction.h [c6b4432:b0845f9]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.h
rc6b4432 rb0845f9 22 22 23 23 namespace SymTab { 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 ); 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 28 30 } // namespace SymTab 29 31
Note:
See TracChangeset
for help on using the changeset viewer.