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