Searched defs:isDeclare (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 145 bool isDeclare = false; in ParseStatement() local 248 ir::TSModuleDeclaration *ParserImpl::ParseTsModuleDeclaration(bool isDeclare, bool isExport) in ParseTsModuleDeclaration() 271 bool isDeclare) in ParseTsAmbientExternalModuleDeclaration() 313 … bool isDeclare, bool isExport) in ParseTsModuleOrNamespaceDelaration() 455 ir::Statement *ParserImpl::ParseVarStatement(bool isDeclare) in ParseVarStatement() 462 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement() 473 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement() 514 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement() 534 …atement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDeclare) in ParsePotentialExpressionStatement() 561 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement() [all …]
|
| D | parserImpl.cpp | 2052 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey() 2085 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey() 2262 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2312 bool isDeclare) in ParseClassProperty() 2440 bool isDeclare, bool isAbstractClass) in ParseClassElement() 2544 ir::MethodDefinition *ParserImpl::CreateImplicitConstructor(bool hasSuperClass, bool isDeclare) in CreateImplicitConstructor() 2671 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() 2979 ArenaVector<ir::Expression *> ParserImpl::ParseFunctionParams(bool isDeclare) in ParseFunctionParams() 3190 ir::ScriptFunction *ParserImpl::ParseFunction(ParserStatus newStatus, bool isDeclare) in ParseFunction() 3352 ir::Expression *ParserImpl::ParseFunctionParameter(bool isDeclare) in ParseFunctionParameter()
|
| D | expressionParser.cpp | 1677 bool isDeclare) in ParsePotentialTsFunctionParameter() 1728 …ion *ParserImpl::ParsePatternElement(ExpressionParseFlags flags, bool allowDefault, bool isDeclare) in ParsePatternElement()
|