Searched refs:CompileCommand (Results 1 – 12 of 12) sorted by relevance
41 std::vector<CompileCommand> CCmd;43 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) in AllocatedCXCompileCommands()52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands()63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands()110 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getDirectory()120 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getFilename()130 return static_cast<CompileCommand *>(CCmd)->CommandLine.size(); in clang_CompileCommand_getNumArgs()139 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getArg()153 return static_cast<CompileCommand *>(CCmd)->MappedSources.size(); in clang_CompileCommand_getNumMappedSources()162 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getMappedSourcePath()[all …]
43 struct CompileCommand { struct44 CompileCommand() {} in CompileCommand() function45 CompileCommand(Twine Directory, Twine Filename, in CompileCommand() function119 virtual std::vector<CompileCommand> getCompileCommands(131 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;199 std::vector<CompileCommand>211 std::vector<CompileCommand> getAllCompileCommands() const override;216 std::vector<CompileCommand> CompileCommands;
78 std::vector<CompileCommand>88 std::vector<CompileCommand> getAllCompileCommands() const override;114 std::vector<CompileCommand> &Commands) const;
60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands()66 return std::vector<CompileCommand>(); in getAllCompileCommands()104 std::vector<CompileCommand> Commands = getAllCompileCommands( in TEST()142 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName, in findCompileArgsInJsonDatabase()148 return CompileCommand(); in findCompileArgsInJsonDatabase()149 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase()152 return CompileCommand(); in findCompileArgsInJsonDatabase()163 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()253 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST()264 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()[all …]
68 std::vector<CompileCommand>77 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands()85 std::vector<CompileCommand>86 adjustCommands(std::vector<CompileCommand> Commands) const { in adjustCommands()87 for (CompileCommand &Command : Commands) in adjustCommands()
172 std::vector<CompileCommand>181 return std::vector<CompileCommand>(); in getCompileCommands()185 return std::vector<CompileCommand>(); in getCompileCommands()186 std::vector<CompileCommand> Commands; in getCompileCommands()206 std::vector<CompileCommand>208 std::vector<CompileCommand> Commands; in getAllCompileCommands()228 std::vector<CompileCommand> &Commands) const { in getCommands()
376 std::vector<CompileCommand> CompileCommandsForFile = in run()387 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()396 CompileCommand.Directory)) in run()398 Twine(CompileCommand.Directory) + "\n!"); in run()403 if (SeenWorkingDirectories.insert(CompileCommand.Directory).second) in run()410 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run()412 CommandLine = ArgsAdjuster(CommandLine, CompileCommand.Filename); in run()
306 std::vector<CompileCommand>308 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()319 std::vector<CompileCommand>321 return std::vector<CompileCommand>(); in getAllCompileCommands()
4 from clang.cindex import CompileCommand
2692 class CompileCommand(object): class2735 return CompileCommand(cc, self)
182 ccstrlist CompileCommand = {product}
167 ccstrlist CompileCommand = {product}