| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 287 lexer::SourcePosition endLoc = classDefinition->End(); in ParseStructDeclaration() local 303 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local 497 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local 973 lexer::SourcePosition endLoc; in ParseIfStatement() local 1043 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local 1171 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local 1226 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local 1237 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local 1306 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local 1367 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local [all …]
|
| D | statementTSParser.cpp | 191 lexer::SourcePosition endLoc = declNode->End(); in ParseExportDefaultDeclaration() local 265 lexer::SourcePosition endLoc = decl->End(); in ParseNamedExportDeclaration() local 364 lexer::SourcePosition endLoc = source->End(); in ParseImportDeclaration() local
|
| D | ETSparserTypes.cpp | 119 auto const endLoc = types.back()->End(); in ParseUnionType() local 225 const auto endLoc = returnTypeAnnotation->End(); in ParseFunctionType() local 235 const auto endLoc = returnTypeAnnotation->End(); in ParseFunctionType() local 306 const auto endLoc = Lexer()->GetToken().End(); in ParseETSTupleType() local
|
| D | ETSparserStatements.cpp | 272 lexer::SourcePosition endLoc = test->End(); in ParseAssertStatement() local 321 …lexer::SourcePosition endLoc = finalizer != nullptr ? finalizer->End() : catchClauses.back()->End(… in ParseTryStatement() local
|
| D | TSparser.cpp | 489 lexer::SourcePosition endLoc = falseType->End(); in ParseConditionalType() local 746 lexer::SourcePosition endLoc = constraint->End(); in ParseMappedTypeParameter() local 936 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseArrayType() local 975 lexer::SourcePosition endLoc = types.back()->End(); in ParseUnionType() local 1018 lexer::SourcePosition endLoc = types.back()->End(); in ParseIntersectionType() local 1193 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseParenthesizedOrFunctionType() local 1448 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialGenericFunctionCall() local 2080 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseFunctionBody() local
|
| D | ASparser.cpp | 560 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseParenthesizedOrFunctionType() local 816 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialGenericFunctionCall() local 1335 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseFunctionBody() local 1593 lexer::SourcePosition endLoc = declNode->End(); in ParseExportDefaultDeclaration() local 1713 lexer::SourcePosition endLoc = source->End(); in ParseImportDeclaration() local
|
| D | ETSparserEnums.cpp | 224 lexer::SourcePosition endLoc; in ParseNumberEnum() local
|
| D | ETSparser.cpp | 257 lexer::SourcePosition endLoc = startLoc; in ParseFunction() local 916 lexer::SourcePosition endLoc = reExportSource->Source()->End(); in ParseExport() local 1023 lexer::SourcePosition endLoc = importSource->Source()->End(); in ParseImportDeclarations() local 1342 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local 1366 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local 1446 lexer::SourcePosition endLoc = importSource->Source()->End(); in ParseImportDeclaration() local
|
| D | ETSparserExpressions.cpp | 586 lexer::SourcePosition endLoc = typeReference->End(); in CreateClassDefinitionForNewExpression() local 648 auto endLoc = Lexer()->GetToken().End(); in ParseNewExpression() local
|
| D | expressionParser.cpp | 85 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local 309 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local 782 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local 1662 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpressionBackTick() local 1725 lexer::SourcePosition endLoc = expr->End(); in SetupChainExpr() local 2315 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
|
| D | TypedParser.cpp | 778 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterDeclaration() local 1290 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterInstantiation() local 1342 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
|
| D | ETSparserClasses.cpp | 392 lexer::SourcePosition endLoc = fieldName->End(); in ParseClassFieldDefinition() local
|
| D | parserImpl.cpp | 809 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseClassBody() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 697 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local 1062 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local 1579 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local 1601 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local 1679 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local 1810 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local 1899 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local 1911 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local 2007 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local 2038 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local [all …]
|
| D | expressionParser.cpp | 89 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local 391 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local 939 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local 1620 lexer::SourcePosition endLoc = typeParams->End(); in ParsePotentialTsGenericFunctionCall() local 1635 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local 1733 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local 1831 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local 2421 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
|
| D | parserImpl.cpp | 801 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local 1144 lexer::SourcePosition endLoc = typeParamInst->End(); in ParseTsTypeReferenceOrQuery() local 1191 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local 1703 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local 1749 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local 1799 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local 1906 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local 3840 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local 3899 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local 3950 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | defaultParameterLowering.cpp | 195 lexer::SourcePosition endLoc = startLoc; in CreateFunctionExpression() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1781 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local
|