Changes in src/SymTab/Validate.h [5dcb881:7870799]
- File:
-
- 1 edited
-
src/SymTab/Validate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
r5dcb881 r7870799 35 35 void validateType( Type *type, const Indexer *indexer ); 36 36 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 45 37 const ast::Type * validateType( 46 38 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab );
Note:
See TracChangeset
for help on using the changeset viewer.