Home
last modified time | relevance | path

Searched refs:CompileCommands (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp83 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 DCMakeLists.txt50 …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 DCompilationDatabase.cpp376 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 DCompilationDatabase.h213 std::vector<CompileCommand> CompileCommands;
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py8 from clang.cindex import CompileCommands
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn82 "CompileCommands.cpp",
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3201 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 DConfigCompileTests.cpp124 TEST_F(ConfigCompileTests, CompileCommands) { in TEST_F() argument
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1366 clang-tools-extra/clangd/CompileCommands.cpp
1367 clang-tools-extra/clangd/CompileCommands.h