Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Tooling/
DCompilationDatabase.h43 struct CompileCommand { struct
44 CompileCommand() {} in CompileCommand() function
45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine) in CompileCommand() argument
49 std::string Directory;
52 std::vector<std::string> CommandLine;
62 std::vector<std::pair<std::string, std::string> > MappedSources;