Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DCompilationDatabase.h43 struct CompileCommand { struct
44 CompileCommand() {} in CompileCommand() function
45 CompileCommand(Twine Directory, std::vector<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;
/external/clang/bindings/python/clang/
Dcindex.py2593 class CompileCommand(object): class