Searched defs:VisitClassDeclaration (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/program/ | ||
| H A D | entityNameVisitor.cpp | 20 void EntityNameVisitor::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration() function in ark::es2panda::parser::EntityNameVisitor |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ | ||
| H A D | importExportDecls.cpp | 177 void ImportExportDecls::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration() function in ark::es2panda::compiler::ImportExportDecls |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ | ||
| H A D | scopesInitPhase.cpp | 258 void ScopesInitPhase::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration() function in ark::es2panda::compiler::ScopesInitPhase |
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ | ||
| H A D | transformer.cpp | 1091 ir::UpdateNodes Transformer::VisitClassDeclaration(ir::ClassDeclaration *node) in VisitClassDeclaration() function in panda::es2panda::parser::Transformer |
Completed in 9 milliseconds