Searched defs:isDeclare (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 290 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 307 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() 325 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 342 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 200 bool isDeclare = false; in ParseStatement() local 313 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() 342 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration() 384 … bool isDeclare, bool isExport) in ParseTsModuleOrNamespaceDelaration() 559 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement() 566 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement() 577 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement() 618 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement() 638 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement() 665 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement() [all …]
|
| D | parserImpl.cpp | 2315 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey() 2366 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey() 2592 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2670 ArenaVector<ir::Decorator *> &&decorators, bool isDeclare, in ParseClassProperty() 2813 …ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isA… in ParseClassElement() 2971 … ir::ScriptFunctionFlags funcFlag, bool isDeclare) in CreateImplicitMethod() 3086 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl) in SetIdentNodeInClassDefinition() 3104 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() 3229 ir::Expression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFro… in ParseSuperClass() 3249 ArenaVector<ir::TSClassImplements *> ParserImpl::ParseTSClassImplements(bool isDeclare) in ParseTSClassImplements() [all …]
|
| D | expressionParser.cpp | 1840 bool isDeclare) in ParsePotentialTsFunctionParameter() 1885 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsEnumDeclarationBuilder.h | 56 TSEnumDeclarationBuilder &SetIsDeclare(bool isDeclare) in SetIsDeclare()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.h | 44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsEnumDeclaration.h | 36 bool isDeclare = false; member
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 415 bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ParseClassFieldDefinition() local 856 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
|
| D | parserImpl.cpp | 925 bool isDeclare = InAmbientContext(); in ParseFunction() local
|
| D | ASparser.cpp | 1331 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| D | ETSparser.cpp | 290 bool isDeclare = InAmbientContext(); in ParseFunction() local
|
| D | TSparser.cpp | 2076 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 2000 … es2panda_ModifierFlags modifierFlags, bool isDeclare) in CreateScriptFunction() 2319 bool isDeclare) in CreateVariableDeclaration()
|