Changes in src/Common/Examine.h [c6b4432:4f6dda0]
- File:
-
- 1 edited
-
src/Common/Examine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Examine.h
rc6b4432 r4f6dda0 15 15 16 16 #include "AST/Decl.hpp" 17 #include "SynTree/Declaration.h" 17 18 18 19 /// Check if this is a main function for a type of an aggregate kind. 20 DeclarationWithType * isMainFor( FunctionDecl * func, AggregateDecl::Aggregate kind ); 19 21 const ast::DeclWithType * isMainFor( 20 22 const ast::FunctionDecl * func, ast::AggregateDecl::Aggregate kind ); … … 22 24 23 25 /// Check if this function is a destructor for the given structure. 26 bool isDestructorFor( FunctionDecl * func, StructDecl * type_decl ); 24 27 bool isDestructorFor( 25 28 const ast::FunctionDecl * func, const ast::StructDecl * type );
Note:
See TracChangeset
for help on using the changeset viewer.