- Timestamp:
- Nov 7, 2022, 1:00:22 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 4da152a
- Parents:
- a805100
- Location:
- src/AST
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
ra805100 r44547b0 1621 1621 { old->get_funcSpec().val } 1622 1622 ); 1623 decl->enumInLine = old->enumInLine;1624 1623 cache.emplace(old, decl); 1625 1624 assert(cache.find( old ) != cache.end()); -
src/AST/Decl.hpp
ra805100 r44547b0 105 105 ptr<Init> init; 106 106 ptr<Expr> bitfieldWidth; 107 bool enumInLine = false; // enum inline is not a real object declaration.108 // It is a place holder for a set of enum value (ObjectDecl)109 bool importValue = false; // if the value copied from somewhere else110 107 111 108 ObjectDecl( const CodeLocation & loc, const std::string & name, const Type * type,
Note: See TracChangeset
for help on using the changeset viewer.