Home
last modified time | relevance | path

Searched refs:compilationCommand (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Ddid-change-configuration-params.test6 …anges":{"/clangd-test/foo.c": {"workingDirectory":"/clangd-test", "compilationCommand": ["clang", …
24 …nges":{"/clangd-test/foo.c": {"workingDirectory":"/clangd-test2", "compilationCommand": ["clang", …
H A Ddependency-output.test6 {"workingDirectory":"/clangd-test", "compilationCommand": ["clang", "-c", "-Xclang", "--show-includ…
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h508 std::vector<std::string> compilationCommand; member
H A DProtocol.cpp1166 O.map("compilationCommand", CDbUpdate.compilationCommand); in fromJSON()
H A DClangdLSPServer.cpp1343 std::move(Entry.second.compilationCommand), in applyConfiguration()