Searched refs:CompileCommands (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 83 OptionCategory CompileCommands("clangd compilation flags options"); variable 89 &CompileCommands, &Misc, &Retired}; 106 cat(CompileCommands), 120 cat(CompileCommands), 128 cat(CompileCommands), 136 cat(CompileCommands),
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CMakeLists.txt | 50 …set_source_files_properties(CompileCommands.cpp PROPERTIES COMPILE_FLAGS -wd4130) # disables C4130… 63 CompileCommands.cpp
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 376 CompileCommands.emplace_back(Directory, StringRef(), in FixedCompilationDatabase() 383 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 213 std::vector<CompileCommand> CompileCommands;
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cdb.py | 8 from clang.cindex import CompileCommands
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
| H A D | BUILD.gn | 82 "CompileCommands.cpp",
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 3201 class CompileCommands(object): class 3225 return CompileCommands(res) 3344 CompileCommands.from_result), 3349 CompileCommands.from_result),
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigCompileTests.cpp | 124 TEST_F(ConfigCompileTests, CompileCommands) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 1366 clang-tools-extra/clangd/CompileCommands.cpp 1367 clang-tools-extra/clangd/CompileCommands.h
|