Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp678 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() local
1033 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local
1536 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local
1558 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local
1637 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local
1768 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local
1857 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local
1869 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local
1966 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local
2040 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
[all …]
DexpressionParser.cpp86 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local
369 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local
905 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local
1546 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local
1640 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local
1738 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local
2310 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseImportExpression() local
DparserImpl.cpp757 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() local
1137 lexer::SourcePosition endLoc = constraint->End(); in ParseTsMappedTypeParameter() local
1607 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1646 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1689 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local
1793 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local
3385 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local
3444 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local
3495 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local
3577 lexer::SourcePosition endLoc = typeAnnotation ? typeAnnotation->End() : argument->End(); in ParseSpreadElement() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1191 std::unique_ptr<Location> endLoc = std::make_unique<Location>(); in GetLocalScopeChain() local