Home
last modified time | relevance | path

Searched refs:IsClassDeclaration (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp77 } else if (globalStatement->IsClassDeclaration()) { in Generate()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp280 if (decl->IsClassDeclaration()) { in VisitTSNode()
290 if (decl->IsClassDeclaration()) { in VisitTSNode()
363 ASSERT(statement->IsClassDeclaration()); in VisitExportClassDeclaration()
374 ASSERT(firstStatement->IsClassDeclaration()); in VisitExportClassDeclaration()
1752 } else if (decl->IsFunctionDeclaration() || decl->IsClassDeclaration()) { in VisitExportNamedVariable()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h201 bool (*IsClassDeclaration)(es2panda_AstNode *ast); member
Des2panda_lib.cpp2455 IsClassDeclaration,
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp395 if (classDef->Parent()->IsClassDeclaration() || classDef->Parent()->IsETSStructDeclaration()) { in BuildClassDefinition()
DETSBinder.cpp983 return stmt->IsClassDeclaration() && in BuildProgram()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Denum.cpp61 ASSERT(node->IsClassDeclaration() || node->IsTSInterfaceBody()); in AppendParentNames()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp547 if (classDef->Parent()->IsClassDeclaration()) { in BuildClassDefinition()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2358 if (declNode->IsFunctionDeclaration() || declNode->IsClassDeclaration()) { in AddExportDefaultEntryItem()
2399 if (declNode->IsFunctionDeclaration() || declNode->IsClassDeclaration()) { in AddExportLocalEntryItem()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1587 if (typeDecl->IsClassDeclaration()) { in ParseInnerTypeDeclaration()