Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h296 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl()
313 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl()
331 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl()
348 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp189 bool isDeclare = false; in ParseStatement() local
324 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration()
353 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration()
395bool isDeclare, bool isExport) in ParseTsModuleOrNamespaceDelaration()
570 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement()
577 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement()
588 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement()
629 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement()
649 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement()
676 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement()
[all …]
DparserImpl.cpp2326 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey()
2377 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey()
2604 … ArenaVector<ir::Annotation *> &&annotations, bool isDeclare) in ParseClassMethod()
2682 …aVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDeclare, in ParseClassProperty()
2903 …ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isA… in ParseClassElement()
3064 … ir::ScriptFunctionFlags funcFlag, bool isDeclare) in CreateImplicitMethod()
3180 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl,… in SetIdentNodeInClassDefinition()
3201 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition()
3328 ir::Expression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFro… in ParseSuperClass()
3348 ArenaVector<ir::TSClassImplements *> ParserImpl::ParseTSClassImplements(bool isDeclare) in ParseTSClassImplements()
[all …]
DexpressionParser.cpp1848 bool isDeclare) in ParsePotentialTsFunctionParameter()
1893 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsEnumDeclarationBuilder.h50 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.h37 bool isDeclare = false; member
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h46 bool isDeclare = false; member
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp486 const bool isDeclare = (modifiers & ir::ModifierFlags::DECLARE) != 0; in ValidateFieldModifiers() local
1158 bool isDeclare = InAmbientContext(); in ParseInterfaceMethod() local
DASparser.cpp1357 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
DTSparser.cpp2098 bool isDeclare = InAmbientContext(); in ParseFunctionBody() local
DETSparser.cpp511 bool isDeclare = InAmbientContext(); in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp217 ir::ClassDefinition *globalClass, bool isDeclare) in SetupGlobalMethods()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h126 bool isDeclare; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp757 const bool isDeclare = (flags & ir::ModifierFlags::DECLARE) != 0; in CheckAssignForDeclare() local