Home | History | Annotate | Download | only in Tooling

Lines Matching full:commandline

147     ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
149 : CommandLine(CommandLine.vec()), ToolAction(ToolAction), Files(Files) {
160 for (int I = 0, E = CommandLine.size(); I != E; ++I)
161 Argv.push_back(CommandLine[I].c_str());
295 std::vector<std::string> CommandLine =
296 ArgsAdjuster->Adjust(CompileCommands[I].second.CommandLine);
297 assert(!CommandLine.empty());
298 CommandLine[0] = MainExecutable;
304 ToolInvocation Invocation(CommandLine, ActionFactory->create(), &Files);