Home
last modified time | relevance | path

Searched defs:endLoc (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserNamespaces.cpp113 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseNamespaceBody() local
H A DETSparserTypes.cpp122 auto const endLoc = types.back()->End(); in ParseUnionType() local
231 const auto endLoc = returnTypeAnnotation->End(); in ParseFunctionType() local
241 const auto endLoc = returnTypeAnnotation->End(); in ParseFunctionType() local
324 const auto endLoc = Lexer()->GetToken().End(); in ParseETSTupleType() local
H A DstatementTSParser.cpp191 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
H A DETSparserStatements.cpp255 lexer::SourcePosition endLoc = test->End(); in ParseAssertStatement() local
304 lexer::SourcePosition endLoc = finalizer != nullptr ? finalizer->End() : catchClauses.back()->End(); in ParseTryStatement() local
H A DETSparserExpressions.cpp588 lexer::SourcePosition endLoc = typeReference->End(); in CreateClassDefinitionForNewExpression() local
654 auto endLoc = Lexer()->GetToken().End(); in ParseNewExpression() local
H A DETSparserClasses.cpp393 lexer::SourcePosition endLoc = fieldName->End(); in ParseClassFieldDefinition() local
H A DTypedParser.cpp783 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterDeclaration() local
1303 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); in ParseTypeParameterInstantiation() local
1357 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
H A DASparser.cpp560 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 in ParseImportDeclaration() local
[all...]
H A DTSparser.cpp489 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(); ParseParenthesizedOrFunctionType() local
1448 lexer::SourcePosition endLoc = propertyNode->End(); ParsePotentialGenericFunctionCall() local
2080 lexer::SourcePosition endLoc = Lexer()->GetToken().End(); ParseFunctionBody() local
[all...]
H A DstatementParser.cpp291 lexer::SourcePosition endLoc = classDefinition->End(); in ParseStructDeclaration() local
307 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local
502 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local
978 lexer::SourcePosition endLoc; in ParseIfStatement() local
1048 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseReturnStatement() local
1176 lexer::SourcePosition endLoc = expression->End(); ParseThrowStatement() local
1231 lexer::SourcePosition endLoc = catchBlock->End(); ParseCatchClause() local
1242 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseTryStatement() local
1311 lexer::SourcePosition endLoc = initializer->End(); ParseVariableDeclaratorInitializer() local
1372 lexer::SourcePosition endLoc = init->End(); ParseVariableDeclarator() local
1430 lexer::SourcePosition endLoc = declarators.back()->End(); ParseVariableDeclaration() local
1457 lexer::SourcePosition endLoc = body->End(); ParseWhileStatement() local
1513 lexer::SourcePosition endLoc = declNode->End(); ParseExportDefaultDeclaration() local
1553 lexer::SourcePosition endLoc = source->End(); ParseExportAllDeclaration() local
1662 lexer::SourcePosition endLoc = decl->End(); ParseNamedExportDeclaration() local
1862 lexer::SourcePosition endLoc = source->End(); ParseImportDeclaration() local
[all...]
H A DETSparser.cpp339 lexer::SourcePosition endLoc = startLoc; in ParseFunction() local
1031 lexer::SourcePosition endLoc = reExportSource->Source()->End(); in ParseExport() local
1141 lexer::SourcePosition endLoc = importSource->Source()->End(); in ParseImportDeclarations() local
1506 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local
1530 lexer::SourcePosition endLoc = init->End(); ParseVariableDeclarator() local
1610 lexer::SourcePosition endLoc = importSource->Source()->End(); ParseImportDeclaration() local
[all...]
H A DexpressionParser.cpp85 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local
309 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local
784 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local
1663 lexer::SourcePosition endLoc = propertyNode->End(); ParsePostPrimaryExpressionBackTick() local
1726 lexer::SourcePosition endLoc = expr->End(); SetupChainExpr() local
2316 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseImportExpression() local
[all...]
H A DparserImpl.cpp815 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseClassBody() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp195 lexer::SourcePosition endLoc = startLoc; in CreateFunctionExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp89 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(); ParsePotentialTsGenericFunctionCall() local
1635 lexer::SourcePosition endLoc = propertyNode->End(); ParsePotentialTsGenericFunctionCall() local
1733 lexer::SourcePosition endLoc = propertyNode->End(); ParsePostPrimaryExpression() local
1808 lexer::SourcePosition endLoc = expr->End(); SetupChainExpr() local
2448 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseImportExpression() local
[all...]
H A DstatementParser.cpp723 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local
1089 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local
1606 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local
1628 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local
1706 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseReturnStatement() local
1837 lexer::SourcePosition endLoc = expression->End(); ParseThrowStatement() local
1926 lexer::SourcePosition endLoc = catchBlock->End(); ParseCatchClause() local
1938 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseTryStatement() local
2034 lexer::SourcePosition endLoc = initializer->End(); ParseVariableDeclaratorInitializer() local
2065 lexer::SourcePosition endLoc = init->End(); ParseVariableDeclarator() local
2191 lexer::SourcePosition endLoc = declarators.back()->End(); ParseVariableDeclaration() local
2217 lexer::SourcePosition endLoc = body->End(); ParseWhileStatement() local
2527 lexer::SourcePosition endLoc = declNode->End(); ParseExportDefaultDeclaration() local
2565 lexer::SourcePosition endLoc = source->End(); ParseExportAllDeclaration() local
2827 lexer::SourcePosition endLoc = decl->End(); ParseNamedExportDeclaration() local
3291 lexer::SourcePosition endLoc = source->End(); ParseImportDeclaration() local
[all...]
H A DparserImpl.cpp804 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local
1147 lexer::SourcePosition endLoc = typeParamInst->End(); in ParseTsTypeReferenceOrQuery() local
1194 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local
1706 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1752 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1802 lexer::SourcePosition endLoc = types.back()->End(); ParseTsIntersectionType() local
1909 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseTsParenthesizedOrFunctionType() local
3933 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseTsTypeParameterDeclaration() local
3992 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseTsTypeParameterInstantiation() local
4043 lexer::SourcePosition endLoc = lexer_->GetToken().End(); ParseFunction() local
4125 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); ParseSpreadElement() local
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1781 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local

Completed in 33 milliseconds