Changes in src/AST/Pass.impl.hpp [3945abe:798a8b3]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r3945abe r798a8b3 1873 1873 1874 1874 //-------------------------------------------------------------------------- 1875 // VTableType1876 template< typename core_t >1877 const ast::Type * ast::Pass< core_t >::visit( const ast::VTableType * node ) {1878 VISIT_START( node );1879 1880 VISIT(1881 maybe_accept( node, &VTableType::base );1882 )1883 1884 VISIT_END( Type, node );1885 }1886 1887 //--------------------------------------------------------------------------1888 1875 // VarArgsType 1889 1876 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.