Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/test/
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", …
Ddependency-output.test6 {"workingDirectory":"/clangd-test", "compilationCommand": ["clang", "-c", "-Xclang", "--show-includ…
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h488 std::vector<std::string> compilationCommand; member
DProtocol.cpp1116 O.map("compilationCommand", CDbUpdate.compilationCommand); in fromJSON()
DClangdLSPServer.cpp1257 std::move(Entry.second.compilationCommand), in applyConfiguration()