Home
last modified time | relevance | path

Searched defs:textSpan (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/test/expected/
DgetDocumentHighlights.json9 "textSpan": { object
21 "textSpan": { object
33 "textSpan": { object
54 "textSpan": { object
66 "textSpan": { object
78 "textSpan": { object
99 "textSpan": { object
111 "textSpan": { object
123 "textSpan": { object
144 "textSpan": { object
[all …]
DgetQuickInfoAtPosition.json5 "textSpan": { object
52 "textSpan": { object
75 "textSpan": { object
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dget_definition_and_bound_span.cpp35 const auto textSpan = CreateTextSpanForNode(node); in GetDefinitionAndBoundSpan() local
Dsignature_help.cpp280 auto textSpan = CreateTextSpanForNode(node); in GetArgumentOrParameterListInfo() local
Dinternal_api.cpp717 TextSpan textSpan = {start, length}; in GetSemanticDocumentHighlights() local
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts415 readonly textSpan: LspTextSpan; property in LspQuickInfo
436 readonly textSpan: LspTextSpan; property in LspHighlightSpan
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dlsp.cpp1005 auto *textSpan = reinterpret_cast<TextSpan *>(textSpanPtr); in TS_INTEROP_1() local
1012 auto *textSpan = reinterpret_cast<TextSpan *>(textSpanPtr); in TS_INTEROP_1() local
1412 auto *textSpan = new TextSpan( in TS_INTEROP_1() local
1599 auto *textSpan = in TS_INTEROP_1() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument