| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementTSParser.cpp | 192 lexer::SourcePosition endLoc = declNode->End(); in ParseExportDefaultDeclaration() local 267 lexer::SourcePosition endLoc = decl->End(); in ParseNamedExportDeclaration() local 373 lexer::SourcePosition endLoc = source->End(); in ParseImportDeclaration() local
|
| D | statementParser.cpp | 352 lexer::SourcePosition endLoc = classDefinition->End(); in ParseStructDeclaration() local 373 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local 569 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local 647 auto endLoc = lexer_->GetToken().End(); in ParseDoWhileStatement() local 1097 lexer::SourcePosition endLoc; in ParseIfStatement() local 1168 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local 1277 auto endLoc = lexer_->GetToken().End(); in ParseSwitchStatement() local 1303 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local 1359 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local 1371 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local [all …]
|
| D | ETSparserEnums.cpp | 182 auto endLoc = Lexer()->GetToken().Start(); in ParseEnumExpression() local 222 lexer::SourcePosition endLoc; in ParseEnumMember() local
|
| D | expressionParser.cpp | 88 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local 182 lexer::SourcePosition endLoc; in ParseArrayExpression() local 315 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local 802 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local 812 lexer::SourcePosition endLoc; in ParseNewExpression() local 1377 … lexer::SourcePosition &endLoc) in ParseCallExpressionArguments() 1417 lexer::SourcePosition endLoc; in ParseCallExpression() local 1474 auto endLoc = lexer_->GetToken().End(); in ParseOptionalChain() local 1677 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpressionBackTick() local 1739 lexer::SourcePosition endLoc = expr->End(); in SetupChainExpr() local [all …]
|
| D | TSparser.cpp | 492 lexer::SourcePosition endLoc = falseType->End(); in ParseConditionalType() local 754 lexer::SourcePosition endLoc = constraint->End(); in ParseMappedTypeParameter() local 946 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseArrayType() local 986 lexer::SourcePosition endLoc = types.back()->End(); in ParseUnionType() local 1030 lexer::SourcePosition endLoc = types.back()->End(); in ParseIntersectionType() local 1208 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseParenthesizedOrFunctionType() local 1464 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialGenericFunctionCall() local 2102 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseFunctionBody() local
|
| D | ETSparserAnnotations.cpp | 102 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseAnnotationDeclaration() local 186 lexer::SourcePosition endLoc = fieldName->End(); in ParseAnnotationProperty() local
|
| D | ASparser.cpp | 562 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseParenthesizedOrFunctionType() local 827 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialGenericFunctionCall() local 1361 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseFunctionBody() local 1623 lexer::SourcePosition endLoc = declNode->End(); in ParseExportDefaultDeclaration() local 1746 lexer::SourcePosition endLoc = source->End(); in ParseImportDeclaration() local
|
| D | ETSparserTypes.cpp | 123 auto const endLoc = types.back()->End(); in ParseUnionType() local 265 lexer::SourcePosition endLoc; in ParseETSTupleType() local
|
| D | TypedParser.cpp | 668 lexer::SourcePosition endLoc; in ParseEnumMembers() local 836 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterDeclaration() local 1357 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterInstantiation() local 1413 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
|
| D | ETSparserStatements.cpp | 338 …lexer::SourcePosition endLoc = finalizer != nullptr ? finalizer->End() : catchClauses.back()->End(… in ParseTryStatement() local
|
| D | ETSparserExpressions.cpp | 661 lexer::SourcePosition endLoc = typeReference->End(); in ParseArgumentsNewExpression() local 700 auto endLoc = Lexer()->GetToken().End(); in ParseNewExpression() local
|
| D | ETSparser.cpp | 475 lexer::SourcePosition endLoc = startLoc; in ParseFunction() local 1783 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local 1802 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
|
| D | ETSparserClasses.cpp | 512 lexer::SourcePosition endLoc = fieldName->End(); in ParseClassFieldDefinition() local
|
| D | parserImpl.cpp | 863 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseClassBody() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 711 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local 1077 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local 1594 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local 1616 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local 1694 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local 1825 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local 1914 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local 1926 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local 2022 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local 2053 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local [all …]
|
| D | expressionParser.cpp | 70 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local 372 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local 920 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local 1601 lexer::SourcePosition endLoc = typeParams->End(); in ParsePotentialTsGenericFunctionCall() local 1616 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local 1714 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local 1789 lexer::SourcePosition endLoc = expr->End(); in SetupChainExpr() local 2429 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
|
| D | parserImpl.cpp | 788 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local 1152 lexer::SourcePosition endLoc = typeParamInst->End(); in ParseTsTypeReferenceOrQuery() local 1199 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local 1711 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local 1757 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local 1807 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local 1917 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local 3988 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local 4047 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local 4098 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | defaultParametersInConstructorLowering.cpp | 160 lexer::SourcePosition endLoc = startLoc; in CreateFunctionExpression() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2188 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local
|