Home
last modified time | relevance | path

Searched defs:startPosition (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts680 const startPosition = sourceFile.getLineAndCharacterOfPosition(node.getStart()); constant
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts477 const startPosition: SourceMapSegmentObj | null = sourceMapLink.traceSegment( constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp335 const auto startPosition = GetAdjustedLocation(startNode, false, ctx->allocator); in GetAdjustedRange() local
350 const auto startPosition = GetAdjustedLocation(startNode, false, ctx->allocator); in DeleteNodeRange() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dapi.cpp394 …::vector<CodeFixActionInfo> GetCodeFixesAtPosition(es2panda_Context *context, size_t startPosition, in GetCodeFixesAtPosition()
Dinternal_api.cpp758 …ctor<CodeFixActionInfo> GetCodeFixesAtPositionImpl(es2panda_Context *context, size_t startPosition, in GetCodeFixesAtPositionImpl()