Home
last modified time | relevance | path

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

/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()
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 …]
DparserImpl.cpp2275 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 …]
DexpressionParser.cpp1839 bool isDeclare) in ParsePotentialTsFunctionParameter()
1884 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h281 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/
DtsEnumDeclaration.h44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Denum.cpp142 … ir::TypeNode *const returnTypeAnnotation, bool isDeclare) in MakeFunction()
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp901 bool isDeclare = InAmbientContext(); in ParseFunction() local
DASparser.cpp1316 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
DTSparser.cpp2443 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
DETSparser.cpp1339 bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ParseClassFieldDefinition() local
2151 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2004 … es2panda_ModifierFlags modifierFlags, bool isDeclare) in CreateScriptFunction()
2322 bool isDeclare) in CreateVariableDeclaration()