Changes in src/InitTweak/GenInit.h [234b1cb:b8524ca]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r234b1cb rb8524ca 20 20 21 21 #include "AST/Fwd.hpp" 22 #include "Common/CodeLocation.h" 22 23 #include "GenPoly/ScopedSet.h" // for ScopedSet 23 24 #include "SynTree/SynTree.h" // for Visitor Nodes … … 35 36 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 36 37 ConstructorInit * genCtorInit( ObjectDecl * objDecl ); 37 ast::ConstructorInit * genCtorInit( const ast::ObjectDecl * objDecl );38 ast::ConstructorInit * genCtorInit( const CodeLocation & loc, const ast::ObjectDecl * objDecl ); 38 39 39 40 class ManagedTypes {
Note:
See TracChangeset
for help on using the changeset viewer.