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
1034 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseContinueStatement() local
1538 lexer::SourcePosition endLoc = bodyNode->End(); in ParseForStatement() local
1560 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseIfStatement() local
1639 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseReturnStatement() local
1770 lexer::SourcePosition endLoc = expression->End(); in ParseThrowStatement() local
1859 lexer::SourcePosition endLoc = catchBlock->End(); in ParseCatchClause() local
1871 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTryStatement() local
1968 lexer::SourcePosition endLoc = initializer->End(); in ParseVariableDeclaratorInitializer() local
2042 lexer::SourcePosition endLoc = init->End(); in ParseVariableDeclarator() local
[all …]
DexpressionParser.cpp84 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() local
365 lexer::SourcePosition endLoc; in ParseArrowFunctionExpressionBody() local
901 lexer::SourcePosition endLoc = callee->End(); in ParseNewExpression() local
1520 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePotentialTsGenericFunctionCall() local
1614 lexer::SourcePosition endLoc = propertyNode->End(); in ParsePostPrimaryExpression() local
1712 lexer::SourcePosition endLoc = returnExpression->End(); in ParseMemberExpression() local
2282 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
1606 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsArrayType() local
1645 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsUnionType() local
1688 lexer::SourcePosition endLoc = types.back()->End(); in ParseTsIntersectionType() local
1792 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsParenthesizedOrFunctionType() local
3386 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterDeclaration() local
3445 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseTsTypeParameterInstantiation() local
3496 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseFunction() local
3578 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