Searched refs:codeActions (Results 1 – 4 of 4) sorted by relevance
501 Main.codeActions.emplace(); in toLSPDiags()503 Main.codeActions->push_back(toCodeAction(Fix, File)); in toLSPDiags()504 if (Main.codeActions->size() == 1) in toLSPDiags()505 Main.codeActions->front().isPreferred = true; in toLSPDiags()
607 if (D.codeActions) in toJSON()608 Diag["codeActions"] = D.codeActions; in toJSON()
886 llvm::Optional<std::vector<CodeAction>> codeActions; member
10 # CHECK-NEXT: "codeActions": [