Changes in src/AST/Pass.impl.hpp [e4d7c1c:d0bdb18]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
re4d7c1c rd0bdb18 810 810 811 811 //-------------------------------------------------------------------------- 812 // DeclWithType812 // InlineMemberDecl 813 813 template< typename core_t > 814 814 const ast::DeclWithType * ast::Pass< core_t >::visit( const ast::InlineMemberDecl * node ) { … … 836 836 if ( enterScope ) { 837 837 __pass::symtab::enter(core, 0); 838 __pass::scope::enter(core, 0);839 838 } 840 839 }, [this, leaveScope = !this->atFunctionTop]() { 841 840 if ( leaveScope ) { 842 841 __pass::symtab::leave(core, 0); 843 __pass::scope::leave(core, 0);844 842 } 845 843 });
Note:
See TracChangeset
for help on using the changeset viewer.