Changeset 71806e0 for src/AST/Print.cpp


Ignore:
Timestamp:
Nov 10, 2022, 8:21:54 PM (20 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master
Children:
7491f97, e4d7c1c
Parents:
639e4fc
Message:

Rename InlineValueDecl? to InlineMemberDecl?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r639e4fc r71806e0  
    401401        }
    402402
    403         virtual const ast::DeclWithType * visit( const ast::InlineValueDecl * node ) override final {
     403        virtual const ast::DeclWithType * visit( const ast::InlineMemberDecl * node ) override final {
    404404                os << "inline ";
    405405                if ( ! node->name.empty() ) os << node->name;
Note: See TracChangeset for help on using the changeset viewer.