Changes in src/ResolvExpr/Resolver.h [8b11840:ea6332d]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.h
r8b11840 rea6332d 29 29 /// Checks types and binds syntactic constructs to typed representations 30 30 void resolve( std::list< Declaration * > translationUnit ); 31 void resolveDecl( Declaration *, const SymTab::Indexer &indexer );32 31 Expression *resolveInVoidContext( Expression *expr, const SymTab::Indexer &indexer ); 33 32 Expression *findVoidExpression( Expression *untyped, const SymTab::Indexer &indexer );
Note:
See TracChangeset
for help on using the changeset viewer.