Searched defs:endPosition (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | CustomBuilderCheck.ts | 182 const endPosition = this.getEndPositionOfStmt(stmt); constant
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 229 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/ |
| D | RenameIdentifierTransformer.ts | 681 const endPosition = sourceFile.getLineAndCharacterOfPosition(node.getEnd()); constant
|
| /arkcompiler/ets_frontend/arkguard/src/ |
| D | ArkObfuscator.ts | 484 const endPosition: SourceMapSegmentObj | null = sourceMapLink.traceSegment( constant
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | api.cpp | 395 … size_t endPosition, std::vector<int> &errorCodes, in GetCodeFixesAtPosition()
|
| D | internal_api.cpp | 759 … size_t endPosition, std::vector<int> &errorCodes, in GetCodeFixesAtPositionImpl()
|