Searched defs:isDeclare (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.h | 279 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 293 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() 308 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 322 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 197 bool isDeclare = false; in ParseStatement() local 310 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() 333 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration() 375 … bool isDeclare, bool isExport) in ParseTsModuleOrNamespaceDelaration() 544 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement() 551 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement() 562 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement() 603 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement() 623 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement() 650 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement() [all …]
|
D | parserImpl.cpp | 2184 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey() 2217 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey() 2393 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2445 bool isDeclare) in ParseClassProperty() 2578 bool isDeclare, bool isAbstractClass) in ParseClassElement() 2683 bool hasSuperClass, bool isDeclare) in CreateImplicitConstructor() 2792 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl) in SetIdentNodeInClassDefinition() 2813 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() 2979 … bool isDeclare, bool hasConstructorFuncBody, bool hasSuperClass) in ValidateClassConstructor() 3076 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers() [all …]
|
D | expressionParser.cpp | 1747 bool isDeclare) in ParsePotentialTsFunctionParameter() 1792 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsEnumDeclaration.h | 44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
|