Home
last modified time | relevance | path

Searched defs:classDecls (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp263 ArenaVector<ir::ClassDeclaration *> classDecls {allocator_->Adapter()}; in TransformNamespaces() local
340 auto classDecls = TransformNamespaces(namespaces, program); in CollectProgramGlobalClasses() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts7606 const classDecls = (firstClassDecls || []).concat(secondClassDecls || []); constant
7636 const classDecls: ts.ClassDeclaration[] = this.getClassHierarchy(decl); constant
7659 const classDecls: ts.ClassDeclaration[] = []; constant