Home
last modified time | relevance | path

Searched refs:TSModuleDeclarationBuilder (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsModuleDeclarationBuilder.h25 class TSModuleDeclarationBuilder : public AstBuilder<TSModuleDeclaration> { class
27 explicit TSModuleDeclarationBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSModuleDeclarationBuilder() function in ark::es2panda::ir::TSModuleDeclarationBuilder
29 TSModuleDeclarationBuilder &SetName(Expression *name) in SetName()
35 TSModuleDeclarationBuilder &SetBody(Statement *body) in SetBody()
41 TSModuleDeclarationBuilder &SetDeclare(bool declare) in SetDeclare()
47 TSModuleDeclarationBuilder &SetGlobal(bool global) in SetGlobal()
53 TSModuleDeclarationBuilder &SetIsExternalAmbient(bool isExternalAmbient) in SetIsExternalAmbient()

Completed in 1 milliseconds