Changes in src/CodeGen/CodeGenerator.h [1931bb01:3b0bc16]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.h
r1931bb01 r3b0bc16 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Wed Jun 29 14:32:00202213 // Update Count : 6 511 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Feb 1 09:23:21 2022 13 // Update Count : 64 14 14 // 15 15 … … 26 26 #include "SynTree/Visitor.h" // for Visitor 27 27 #include "SynTree/SynTree.h" // for Visitor Nodes 28 29 namespace ast {30 class DeclWithType;31 }32 28 33 29 namespace CodeGen { … … 186 182 /// returns C-compatible name of declaration 187 183 std::string genName( DeclarationWithType * decl ); 188 std::string genName( ast::DeclWithType const * decl );189 184 190 185 inline std::ostream & operator<<( std::ostream & os, const CodeGenerator::LineEnder & endl ) {
Note:
See TracChangeset
for help on using the changeset viewer.