Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.h

    r5dcb881 r7870799  
    3535        void validateType( Type *type, const Indexer *indexer );
    3636
    37         // Sub-passes of validate.
    38         void validate_A( std::list< Declaration * > &translationUnit );
    39         void validate_B( std::list< Declaration * > &translationUnit );
    40         void validate_C( std::list< Declaration * > &translationUnit );
    41         void validate_D( std::list< Declaration * > &translationUnit );
    42         void validate_E( std::list< Declaration * > &translationUnit );
    43         void validate_F( std::list< Declaration * > &translationUnit );
    44 
    4537        const ast::Type * validateType(
    4638                const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab );
Note: See TracChangeset for help on using the changeset viewer.