Changes in src/SynTree/FunctionDecl.cc [1db21619:d3b7937]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
r1db21619 rd3b7937 19 19 #include "Statement.h" 20 20 #include "Type.h" 21 #include " utility.h"21 #include "Common/utility.h" 22 22 23 23 FunctionDecl::FunctionDecl( const std::string &name, DeclarationNode::StorageClass sc, LinkageSpec::Type linkage, FunctionType *type, CompoundStmt *statements, bool isInline, bool isNoreturn )
Note:
See TracChangeset
for help on using the changeset viewer.