Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h483 struct CodeFixActionInfoList { struct
484 std::vector<CodeFixActionInfo> infos_;
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts699 export class CodeFixActionInfoList extends LspNode { class