Home
last modified time | relevance | path

Searched defs:structDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp210 void AliveAnalyzer::AnalyzeStructDecl(const ir::ETSStructDeclaration *structDecl) in AnalyzeStructDecl()
DassignAnalyzer.cpp423 void AssignAnalyzer::AnalyzeStructDecl(const ir::ETSStructDeclaration *structDecl) in AnalyzeStructDecl()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp288 auto *structDecl = AllocNode<ir::ETSStructDeclaration>(classDefinition, Allocator()); in ParseStructDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp239 void ScopesInitPhase::VisitETSStructDeclaration(ir::ETSStructDeclaration *structDecl) in VisitETSStructDeclaration()