Searched refs:codeActions (Results 1 – 4 of 4) sorted by relevance
440 Main.codeActions.emplace(); in toLSPDiags()442 Main.codeActions->push_back(toCodeAction(Fix, File)); in toLSPDiags()443 if (Main.codeActions->size() == 1) in toLSPDiags()444 Main.codeActions->front().isPreferred = true; in toLSPDiags()
567 if (D.codeActions) in toJSON()568 Diag["codeActions"] = D.codeActions; in toJSON()
838 llvm::Optional<std::vector<CodeAction>> codeActions; member
10 # CHECK-NEXT: "codeActions": [