Home
last modified time | relevance | path

Searched defs:endPosition (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DCustomBuilderCheck.ts182 const endPosition = this.getEndPositionOfStmt(stmt); constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp229 const auto endPosition = GetAdjustedLocation(after, false, ctx->allocator); in InsertNodeAfterWorker() local
336 const auto endPosition = GetAdjustedLocation(endNode, false, ctx->allocator); in GetAdjustedRange() local
351 const auto endPosition = GetAdjustedLocation(endNode, false, ctx->allocator); in DeleteNodeRange() local
575 const auto endPosition = InsertNodeAfterWorker(context, after, newNode); in InsertNodeAfter() local
629 … const auto endPosition = InsertNodeAfterWorker(context, NextCommaToken(context, after), newNode); in InsertNodeAfterComma() local
649 const auto endPosition = InsertNodeAfterWorker(context, after, newNodes.at(0)); in InsertNodesAfter() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts681 const endPosition = sourceFile.getLineAndCharacterOfPosition(node.getEnd()); constant
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts484 const endPosition: SourceMapSegmentObj | null = sourceMapLink.traceSegment( constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dapi.cpp395size_t endPosition, std::vector<int> &errorCodes, in GetCodeFixesAtPosition()
Dinternal_api.cpp759size_t endPosition, std::vector<int> &errorCodes, in GetCodeFixesAtPositionImpl()