- Timestamp:
- Oct 18, 2022, 5:48:13 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 5408b59
- Parents:
- a55472cc
- Location:
- src/AST
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Convert.cpp ¶
ra55472cc r1e30df7 1615 1615 { old->get_funcSpec().val } 1616 1616 ); 1617 decl->enumInLine = old->enumInLine; 1617 1618 cache.emplace(old, decl); 1618 1619 assert(cache.find( old ) != cache.end()); -
TabularUnified src/AST/Decl.hpp ¶
ra55472cc r1e30df7 105 105 ptr<Init> init; 106 106 ptr<Expr> bitfieldWidth; 107 bool enumInLine = false; // A flag vairable to tell the compile: 108 // this is not a real object declaration. It is a place holder for 109 // a set of enum value (ObjectDecl). 107 110 108 111 ObjectDecl( const CodeLocation & loc, const std::string & name, const Type * type,
Note: See TracChangeset
for help on using the changeset viewer.