Searched defs:isDeclare (Results 1 – 11 of 11) sorted by relevance
| /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() 553 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement() 560 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement() 571 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement() 612 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement() 632 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement() 659 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement() [all …]
|
| D | parserImpl.cpp | 2275 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey() 2326 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey() 2552 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2630 ArenaVector<ir::Decorator *> &&decorators, bool isDeclare, in ParseClassProperty() 2773 …ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isA… in ParseClassElement() 2908 … ir::ScriptFunctionFlags funcFlag, bool isDeclare) in CreateImplicitMethod() 3035 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl) in SetIdentNodeInClassDefinition() 3053 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() 3178 ir::Expression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFro… in ParseSuperClass() 3198 ArenaVector<ir::TSClassImplements *> ParserImpl::ParseTSClassImplements(bool isDeclare) in ParseTSClassImplements() [all …]
|
| D | expressionParser.cpp | 1839 bool isDeclare) in ParsePotentialTsFunctionParameter() 1884 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 281 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 295 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() 310 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 324 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.h | 44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | enum.cpp | 142 … ir::TypeNode *const returnTypeAnnotation, bool isDeclare) in MakeFunction()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 901 bool isDeclare = InAmbientContext(); in ParseFunction() local
|
| D | ASparser.cpp | 1316 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| D | TSparser.cpp | 2443 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
|
| D | ETSparser.cpp | 1339 bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ParseClassFieldDefinition() local 2151 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 2004 … es2panda_ModifierFlags modifierFlags, bool isDeclare) in CreateScriptFunction() 2322 bool isDeclare) in CreateVariableDeclaration()
|