Searched refs:CDbUpdate (Results 1 – 1 of 1) sorted by relevance
1112 bool fromJSON(const llvm::json::Value &Params, ClangdCompileCommand &CDbUpdate, in fromJSON() argument1115 return O && O.map("workingDirectory", CDbUpdate.workingDirectory) && in fromJSON()1116 O.map("compilationCommand", CDbUpdate.compilationCommand); in fromJSON()