Changes in src/ResolvExpr/Resolver.h [18e683b:234b1cb]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.h
r18e683b r234b1cb 35 35 class StmtExpr; 36 36 class SymbolTable; 37 class Type;38 37 class TypeEnvironment; 39 38 } // namespace ast … … 62 61 ast::ptr< ast::Expr > resolveInVoidContext( 63 62 const ast::Expr * expr, const ast::SymbolTable & symtab, ast::TypeEnvironment & env ); 64 /// Resolve `untyped` to the single expression whose candidate is the best match for the65 /// given type.66 ast::ptr< ast::Expr > findSingleExpression(67 const ast::Expr * untyped, const ast::Type * type, const ast::SymbolTable & symtab );68 63 /// Resolves a constructor init expression 69 64 ast::ptr< ast::Init > resolveCtorInit(
Note:
See TracChangeset
for help on using the changeset viewer.