Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Examine.h

    rc6b4432 r4f6dda0  
    1515
    1616#include "AST/Decl.hpp"
     17#include "SynTree/Declaration.h"
    1718
    1819/// Check if this is a main function for a type of an aggregate kind.
     20DeclarationWithType * isMainFor( FunctionDecl * func, AggregateDecl::Aggregate kind );
    1921const ast::DeclWithType * isMainFor(
    2022        const ast::FunctionDecl * func, ast::AggregateDecl::Aggregate kind );
     
    2224
    2325/// Check if this function is a destructor for the given structure.
     26bool isDestructorFor( FunctionDecl * func, StructDecl * type_decl );
    2427bool isDestructorFor(
    2528        const ast::FunctionDecl * func, const ast::StructDecl * type );
Note: See TracChangeset for help on using the changeset viewer.