Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DCompilationDatabase.h43 struct CompileCommand { struct
44 CompileCommand() {} in CompileCommand() function
45 CompileCommand(Twine Directory, Twine Filename, in CompileCommand() function
52 std::string Directory;
55 std::string Filename;
58 std::vector<std::string> CommandLine;
68 std::vector<std::pair<std::string, std::string> > MappedSources;
/external/llvm-project/clang/include/clang/Tooling/
DCompilationDatabase.h44 struct CompileCommand { struct
46 CompileCommand(Twine Directory, Twine Filename, in CompileCommand() argument
68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h58 tooling::CompileCommand CompileCommand; member
DCompiler.h47 tooling::CompileCommand CompileCommand; member
/external/clang/bindings/python/clang/
Dcindex.py2746 class CompileCommand(object): class
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py3170 class CompileCommand(object): class