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, Twine Filename, in CompileCommand() argument
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/clang/bindings/python/clang/
Dcindex.py2746 class CompileCommand(object): class