Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h290 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/
DstatementParser.cpp200 bool isDeclare = false; in ParseStatement() local
313 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration()
342 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration()
384bool 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 …]
DparserImpl.cpp2315 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 …]
DexpressionParser.cpp1840 bool isDeclare) in ParsePotentialTsFunctionParameter()
1885 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsEnumDeclarationBuilder.h56 TSEnumDeclarationBuilder &SetIsDeclare(bool isDeclare) in SetIsDeclare()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.h44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumDeclaration.h36 bool isDeclare = false; member
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp415 bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ParseClassFieldDefinition() local
856 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
DparserImpl.cpp925 bool isDeclare = InAmbientContext(); in ParseFunction() local
DASparser.cpp1331 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
DETSparser.cpp290 bool isDeclare = InAmbientContext(); in ParseFunction() local
DTSparser.cpp2076 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2000 … es2panda_ModifierFlags modifierFlags, bool isDeclare) in CreateScriptFunction()
2319 bool isDeclare) in CreateVariableDeclaration()