| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 296 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 313 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() 331 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 348 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 189 bool isDeclare = false; in ParseStatement() local 324 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() 353 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration() 395 … bool isDeclare, bool isExport) in ParseTsModuleOrNamespaceDelaration() 570 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement() 577 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement() 588 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement() 629 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement() 649 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement() 676 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement() [all …]
|
| D | parserImpl.cpp | 2326 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey() 2377 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey() 2604 … ArenaVector<ir::Annotation *> &&annotations, bool isDeclare) in ParseClassMethod() 2682 …aVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDeclare, in ParseClassProperty() 2903 …ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isA… in ParseClassElement() 3064 … ir::ScriptFunctionFlags funcFlag, bool isDeclare) in CreateImplicitMethod() 3180 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl,… in SetIdentNodeInClassDefinition() 3201 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() 3328 ir::Expression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFro… in ParseSuperClass() 3348 ArenaVector<ir::TSClassImplements *> ParserImpl::ParseTSClassImplements(bool isDeclare) in ParseTSClassImplements() [all …]
|
| D | expressionParser.cpp | 1848 bool isDeclare) in ParsePotentialTsFunctionParameter() 1893 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsEnumDeclarationBuilder.h | 50 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 | 37 bool isDeclare = false; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | methodDefinition.h | 46 bool isDeclare = false; member
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserClasses.cpp | 486 const bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ValidateFieldModifiers() local 1158 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
|
| D | ASparser.cpp | 1357 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| D | TSparser.cpp | 2098 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| D | ETSparser.cpp | 511 bool isDeclare = InAmbientContext(); in ParseFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalClassHandler.cpp | 217 ir::ClassDefinition *globalClass, bool isDeclare) in SetupGlobalMethods()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.h | 126 bool isDeclare; member
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 757 const bool isDeclare = (flags & ir::ModifierFlags::DECLARE) != 0; in CheckAssignForDeclare() local
|