HomeSort by relevance Sort by last modified time
    Searched defs:CompileCommand (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Tooling/
CompilationDatabase.h 43 struct CompileCommand {
44 CompileCommand() {}
45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine)
103 virtual std::vector<CompileCommand> getCompileCommands(
143 /// when a CompileCommand is requested. The argv[0] of the returned command
175 virtual std::vector<CompileCommand> getCompileCommands(
186 std::vector<CompileCommand> CompileCommands;
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 4 from clang.cindex import CompileCommand
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 40 milliseconds