Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.h

    rc6b4432 r1931bb01  
    1616#pragma once
    1717
     18#include "Common/PassVisitor.h" // for PassVisitor
     19#include "SynTree/SynTree.h"    // for Types
     20
    1821namespace ast {
    1922        class DeclWithType;
     
    2225
    2326namespace SymTab {
     27        /// Replaces function and array types by equivalent pointer types. Returns true if type is
     28        /// void
     29        bool fixFunction( DeclarationWithType *& );
     30
    2431        /// Returns declaration with function and array types replaced by equivalent pointer types.
    2532        /// Sets isVoid to true if type is void
Note: See TracChangeset for help on using the changeset viewer.