Searched defs:CodeFixActionInfoList (Results 1 – 2 of 2) sorted by relevance
483 struct CodeFixActionInfoList { struct484 std::vector<CodeFixActionInfo> infos_;
699 export class CodeFixActionInfoList extends LspNode { class