Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp589 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local
943 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local
1420 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local
1442 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local
1521 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local
1652 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local
1741 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local
1753 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local
1850 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local
1918 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
[all …]
DparserImpl.cpp696 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local
1054 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local
1523 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1562 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1605 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local
1667 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local
3121 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local
3180 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local
3229 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local
3311 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local
DexpressionParser.cpp84 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local
360 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local
872 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local
1486 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local
1580 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local
1668 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local
2267 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1026 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local