Changes in src/Common/PassVisitor.proto.h [37e3af4:4990812]
- File:
-
- 1 edited
-
src/Common/PassVisitor.proto.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
r37e3af4 r4990812 165 165 static inline type * name##_impl( __attribute__((unused)) pass_type& pass, __attribute__((unused)) long unused ) { return nullptr;} \ 166 166 167 FIELD_PTR( constTypeSubstitution *, env )167 FIELD_PTR( TypeSubstitution *, env ) 168 168 FIELD_PTR( std::list< Statement* >, stmtsToAddBefore ) 169 169 FIELD_PTR( std::list< Statement* >, stmtsToAddAfter ) … … 174 174 FIELD_PTR( PassVisitor<pass_type> * const, visitor ) 175 175 176 #undef FIELD_PTR177 178 176 //--------------------------------------------------------- 179 177 // Indexer … … 222 220 INDEXER_FUNC2( addWith , std::list< Expression * > &, BaseSyntaxNode * ); 223 221 224 #undef INDEXER_FUNC1225 #undef INDEXER_FUNC2226 222 227 223 template<typename pass_type>
Note:
See TracChangeset
for help on using the changeset viewer.