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