Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp49 void EntityNameVisitor::VisitETSStructDeclaration(ir::ETSStructDeclaration *structDecl) in VisitETSStructDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp211 void AliveAnalyzer::AnalyzeStructDecl(const ir::ETSStructDeclaration *structDecl) in AnalyzeStructDecl()
DassignAnalyzer.cpp405 void AssignAnalyzer::AnalyzeStructDecl(const ir::ETSStructDeclaration *structDecl) in AnalyzeStructDecl()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp353 auto *structDecl = AllocNode<ir::ETSStructDeclaration>(classDefinition, Allocator()); in ParseStructDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp265 void ScopesInitPhase::VisitETSStructDeclaration(ir::ETSStructDeclaration *structDecl) in VisitETSStructDeclaration()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts9627 …const structDecl = TsUtils.getDeclaration(this.tsTypeChecker.getSymbolAtLocation(callExpr.expressi… constant