Searched defs:CodeAction (Results 1 – 3 of 3) sorted by relevance
1169 struct CodeAction { struct1171 std::string title;1195 llvm::json::Value toJSON(const CodeAction &); argument
995 struct CodeAction { struct997 std::string title;1023 llvm::json::Value toJSON(const CodeAction &); argument
361 if (auto *CodeAction = TextDocument->getObject("codeAction")) { in fromJSON() local