Searched refs:CompileCommand (Results 1 – 14 of 14) sorted by relevance
44 struct CompileCommand { struct45 CompileCommand() = default;46 CompileCommand(const Twine &Directory, const Twine &Filename, in CompileCommand() argument68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument74 friend bool operator!=(const CompileCommand &LHS, const CompileCommand &RHS) {129 virtual std::vector<CompileCommand> getCompileCommands(147 virtual std::vector<CompileCommand> getAllCompileCommands() const;207 std::vector<CompileCommand>213 std::vector<CompileCommand> CompileCommands;219 tooling::CompileCommand transferCompileCommand(tooling::CompileCommand,
126 std::vector<CompileCommand>131 std::vector<CompileCommand> getAllCompileCommands() const override;137 std::vector<CompileCommand>138 adjustCommands(std::vector<CompileCommand> Commands) const;
83 std::vector<CompileCommand>93 std::vector<CompileCommand> getAllCompileCommands() const override;122 std::vector<CompileCommand> &Commands) const;
39 std::vector<CompileCommand> CCmd;41 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) in AllocatedCXCompileCommands()50 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands()61 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands()108 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getDirectory()118 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getFilename()128 return static_cast<CompileCommand *>(CCmd)->CommandLine.size(); in clang_CompileCommand_getNumArgs()137 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getArg()
28 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands()32 std::vector<CompileCommand>38 std::vector<CompileCommand>39 addTargetAndMode(std::vector<CompileCommand> Cmds) const { in addTargetAndMode()
60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands()70 std::vector<CompileCommand>75 std::vector<CompileCommand> ArgumentsAdjustingCompilations::adjustCommands( in adjustCommands()76 std::vector<CompileCommand> Commands) const { in adjustCommands()77 for (CompileCommand &Command : Commands) in adjustCommands()
40 std::vector<CompileCommand>45 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands()50 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand()
128 CompileCommand Cmd;136 TransferableCommand(CompileCommand C) in TransferableCommand()212 CompileCommand transferTo(StringRef Filename) && { in transferTo()213 CompileCommand Result = std::move(Cmd); in transferTo()518 std::vector<CompileCommand>538 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands()554 tooling::CompileCommand transferCompileCommand(CompileCommand Cmd, in transferCompileCommand()
502 std::vector<CompileCommand> CompileCommandsForFile = in run()509 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()518 CompileCommand.Directory)) in run()520 Twine(CompileCommand.Directory) + "\"!"); in run()525 if (SeenWorkingDirectories.insert(CompileCommand.Directory).second) in run()532 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run()534 CommandLine = ArgsAdjuster(CommandLine, CompileCommand.Filename); in run()
228 std::vector<CompileCommand>241 std::vector<CompileCommand> Commands; in getCompileCommands()254 std::vector<CompileCommand>256 std::vector<CompileCommand> Commands; in getAllCompileCommands()318 std::vector<CompileCommand> &Commands) const { in getCommands()
132 std::vector<CompileCommand> CompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands()133 std::vector<CompileCommand> Result; in getAllCompileCommands()381 std::vector<CompileCommand>383 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()
206 SingleCommandCompilationDatabase(tooling::CompileCommand Cmd) in SingleCommandCompilationDatabase()209 std::vector<tooling::CompileCommand>214 std::vector<tooling::CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands()219 tooling::CompileCommand Command;564 for (tooling::CompileCommand Cmd : in main()593 tooling::CompileCommand Cmd = Input->getAllCompileCommands()[0]; in main()
9 from clang.cindex import CompileCommand
3170 class CompileCommand(object): class3218 return CompileCommand(cc, self)