/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | tsTypeAliasDeclarationBuilder.h | 47 TSTypeAliasDeclarationBuilder &SetDeclare(bool declare) in SetDeclare() argument
|
H A D | tsModuleDeclarationBuilder.h | 41 TSModuleDeclarationBuilder &SetDeclare(bool declare) in SetDeclare() argument
|
/arkcompiler/ets_frontend/ets2panda/test/unit/ |
H A D | node_creator.h | 37 ir::VariableDeclaration *CreateVarDecl(bool declare, util::StringView name = "x") in CreateVarDecl() argument
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsTypeAliasDeclaration.h | 41 TSTypeAliasDeclaration(Identifier *id, TSTypeParameterDeclaration *typeParams, Expression *typeAnnotation, bool declare) TSTypeAliasDeclaration() argument
|
H A D | tsModuleDeclaration.h | 37 explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, in TSModuleDeclaration() argument
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | variableDeclaration.h | 38 VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarators, bool declare) VariableDeclaration() argument
|
/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
H A D | variableDeclaration.h | 31 VariableDeclaration(VariableDeclarationKind kind, ArenaAllocator *allocator, ArenaVector<VariableDeclarator *> &&declarators, bool declare) VariableDeclaration() argument
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | scriptFunction.h | 44 bool declare = false; member
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsModuleDeclaration.h | 29 bool declare; member
|
H A D | tsTypeAliasDeclaration.h | 32 TSTypeAliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, TypeNode *typeAnnotation, bool declare) TSTypeAliasDeclaration() argument
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | scriptFunction.h | 42 ScriptFunction(binder::FunctionScope *scope, ArenaVector<Expression *> &¶ms, TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) ScriptFunction() argument
|
H A D | classDefinition.h | 63 ClassDefinition(binder::ClassScope *scope, Identifier *ident, TSTypeParameterDeclaration *typeParams, TSTypeParameterInstantiation *superTypeParams, ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, MethodDefinition *staticInitializer, MethodDefinition *instanceInitializer, Expression *superClass, ArenaVector<Statement *> &&body, ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) ClassDefinition() argument
|