Home
last modified time | relevance | path

Searched defs:isDeclare (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h279 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/
DstatementParser.cpp197 bool isDeclare = false; in ParseStatement() local
310 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration()
333 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration()
375bool 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 …]
DparserImpl.cpp2184 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()
2979bool isDeclare, bool hasConstructorFuncBody, bool hasSuperClass) in ValidateClassConstructor()
3076 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
[all …]
DexpressionParser.cpp1747 bool isDeclare) in ParsePotentialTsFunctionParameter()
1792 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.h44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()