Home
last modified time | relevance | path

Searched defs:TextChange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtypes.h83 struct TextChange { struct
86 TextChange(TextSpan s, const std::string &t) : span(s), newText(t) {} in TextChange() argument
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts649 export class TextChange extends LspNode { class