Changes in src/SynTree/VarExprReplacer.h [ea6332d:6b0b624]
- File:
-
- 1 edited
-
src/SynTree/VarExprReplacer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/VarExprReplacer.h
rea6332d r6b0b624 16 16 #pragma once 17 17 18 #include <map> // for map, map<>::value_compare18 #include <map> 19 19 20 #include "SynTree/Visitor.h" // for Visitor 21 22 class DeclarationWithType; 23 class VariableExpr; 20 #include "SynTree/SynTree.h" 24 21 25 22 /// Visitor that replaces the declarations that VariableExprs refer to, according to the supplied mapping
Note:
See TracChangeset
for help on using the changeset viewer.