Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    r11df881 rb507dcd  
    3232        void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign,
    3333                std::vector< ResolvExpr::AlternativeFinder >& args );
    34         void handleTupleAssignment( 
    35                 ResolvExpr::CandidateFinder & finder, const ast::UntypedExpr * assign, 
     34        void handleTupleAssignment(
     35                ResolvExpr::CandidateFinder & finder, const ast::UntypedExpr * assign,
    3636                std::vector< ResolvExpr::CandidateFinder > & args );
    3737
     
    4343        /// replaces tuple-related elements, such as TupleType, TupleExpr, TupleAssignExpr, etc.
    4444        void expandTuples( std::list< Declaration * > & translationUnit );
     45        void expandTuples( ast::TranslationUnit & translaionUnit );
    4546
    4647        /// replaces UniqueExprs with a temporary variable and one call
Note: See TracChangeset for help on using the changeset viewer.