Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportAllDeclaration.h38 …licit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertClause) in ExportAllDeclaration()
DimportDeclaration.h39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration()
DexportNamedDeclaration.h39 AssertClause *assertClause, bool isType) in ExportNamedDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2567 ir::AssertClause *assertClause = nullptr; in ParseExportAllDeclaration() local
2659 ir::AssertClause *assertClause = nullptr; in ParseExportNamedSpecifiers() local
3298 ir::AssertClause *assertClause = nullptr; in ParseImportDeclaration() local
3338 auto *assertClause = AllocNode<ir::AssertClause>(std::move(elements)); in ParseAssertClause() local