Home
last modified time | relevance | path

Searched defs:CompileCommand (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCompilationDatabase.h44 struct CompileCommand { struct
46 CompileCommand(const Twine &Directory, const Twine &Filename, in CompileCommand() function
68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.h47 tooling::CompileCommand CompileCommand; member
H A DPreamble.h54 tooling::CompileCommand CompileCommand; member
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3171 class CompileCommand(object): class