Home
last modified time | relevance | path

Searched defs:endLoc (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp192 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
DstatementParser.cpp352 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 …]
DETSparserEnums.cpp182 auto endLoc = Lexer()->GetToken().Start(); in ParseEnumExpression() local
222 lexer::SourcePosition endLoc; in ParseEnumMember() local
DexpressionParser.cpp88 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
1377lexer::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 …]
DTSparser.cpp492 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
DETSparserAnnotations.cpp102 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseAnnotationDeclaration() local
186 lexer::SourcePosition endLoc = fieldName->End(); in ParseAnnotationProperty() local
DASparser.cpp562 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
DETSparserTypes.cpp123 auto const endLoc = types.back()->End(); in ParseUnionType() local
265 lexer::SourcePosition endLoc; in ParseETSTupleType() local
DTypedParser.cpp668 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
DETSparserStatements.cpp338 …lexer::SourcePosition endLoc = finalizer != nullptr ? finalizer->End() : catchClauses.back()->End(… in ParseTryStatement() local
DETSparserExpressions.cpp661 lexer::SourcePosition endLoc = typeReference->End(); in ParseArgumentsNewExpression() local
700 auto endLoc = Lexer()->GetToken().End(); in ParseNewExpression() local
DETSparser.cpp475 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
DETSparserClasses.cpp512 lexer::SourcePosition endLoc = fieldName->End(); in ParseClassFieldDefinition() local
DparserImpl.cpp863 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseClassBody() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp711 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 …]
DexpressionParser.cpp70 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
DparserImpl.cpp788 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/
DdefaultParametersInConstructorLowering.cpp160 lexer::SourcePosition endLoc = startLoc; in CreateFunctionExpression() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2188 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local