Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/
H A DCompilationDatabase.h43 struct CompileCommand { struct
44 CompileCommand() {} in CompileCommand() argument
45 CompileCommand(Twine Directory, std::vector<std::string> CommandLine) in CompileCommand() function
49 std::string Directory;
52 std::vector<std::string> CommandLine;
62 std::vector<std::pair<std::string, std::string> > MappedSources;
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2634 class CompileCommand(object): class