Changeset 539a8c8 for src/CodeGen
- Timestamp:
- Dec 4, 2023, 3:33:15 PM (15 months ago)
- Branches:
- master
- Children:
- 8a4e472, c7f9f53
- Parents:
- c4b9fa9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/GenType.h
rc4b9fa9 r539a8c8 20 20 #include "CodeGen/Options.h" // for Options 21 21 22 class Type;23 22 namespace ast { 24 23 class Type; … … 26 25 27 26 namespace CodeGen { 28 std::string genType( Type *type, const std::string &baseString, const Options &options );29 std::string genType( Type *type, const std::string &baseString, bool pretty = false, bool genC = false, bool lineMarks = false );30 std::string genPrettyType( Type * type, const std::string & baseString );31 27 32 28 std::string genType( ast::Type const * type, const std::string & base, const Options & options );
Note: See TracChangeset
for help on using the changeset viewer.