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(
111 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;
147 /// when a CompileCommand is requested. The argv[0] of the returned command
179 virtual std::vector<CompileCommand> getCompileCommands(
191 virtual std::vector<CompileCommand> getAllCompileCommands() const;
196 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 355 milliseconds