Changeset 5dcb881 for src/SymTab/Validate.h
- Timestamp:
- Nov 12, 2021, 11:27:15 AM (9 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation
- Children:
- ce36b55
- Parents:
- 3249dd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.h
r3249dd8 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.