Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtypes.h89 struct FileTextChanges { struct
92FileTextChanges(const std::string &f, const std::vector<TextChange> &t) : fileName(f), textChanges… in FileTextChanges() function
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts659 export class FileTextChanges extends LspNode { class