Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp290 ir::ClassDeclaration *const globalDecl = CreateTransformedClass(ns); in TransformNamespace() local
376 ir::ClassDeclaration *const globalDecl = CreateGlobalClass(globalProgram); in SetupGlobalClass() local
583 auto globalDecl = GlobalDeclTransformer(allocator_, stmt, parser_); in CollectProgramGlobalStatements() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp806 …auto globalDecl = std::find_if(pkg->Statements().begin(), pkg->Statements().end(), [](ir::AstNode … in CheckAllConstPropertyInitialized() local