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, std::vector<std::string> CommandLine)
113 virtual std::vector<CompileCommand> getCompileCommands(
125 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;
161 /// when a CompileCommand is requested. The argv[0] of the returned command
193 std::vector<CompileCommand>
205 std::vector<CompileCommand> getAllCompileCommands() const override;
210 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 653 milliseconds