Home
last modified time | relevance | path

Searched defs:declare (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsTypeAliasDeclarationBuilder.h47 TSTypeAliasDeclarationBuilder &SetDeclare(bool declare) in SetDeclare() argument
H A DtsModuleDeclarationBuilder.h41 TSModuleDeclarationBuilder &SetDeclare(bool declare) in SetDeclare() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h37 ir::VariableDeclaration *CreateVarDecl(bool declare, util::StringView name = "x") in CreateVarDecl() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeAliasDeclaration.h41 TSTypeAliasDeclaration(Identifier *id, TSTypeParameterDeclaration *typeParams, Expression *typeAnnotation, bool declare) TSTypeAliasDeclaration() argument
H A DtsModuleDeclaration.h37 explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, in TSModuleDeclaration() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.h38 VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&declarators, bool declare) VariableDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclaration.h31 VariableDeclaration(VariableDeclarationKind kind, ArenaAllocator *allocator, ArenaVector<VariableDeclarator *> &&declarators, bool declare) VariableDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunction.h44 bool declare = false; member
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsModuleDeclaration.h29 bool declare; member
H A DtsTypeAliasDeclaration.h32 TSTypeAliasDeclaration(ArenaAllocator *allocator, Identifier *id, TSTypeParameterDeclaration *typeParams, TypeNode *typeAnnotation, bool declare) TSTypeAliasDeclaration() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h42 ScriptFunction(binder::FunctionScope *scope, ArenaVector<Expression *> &&params, TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) ScriptFunction() argument
H A DclassDefinition.h63 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

Completed in 5 milliseconds