Lines Matching defs:Argv
1219 SmallVectorImpl<const char *> &Argv) {
1232 FileStack.push_back({"", Argv.size()});
1234 // Don't cache Argv.size() because it can change.
1235 for (unsigned I = 0; I != Argv.size();) {
1242 const char *Arg = Argv[I];
1324 Argv.erase(Argv.begin() + I);
1325 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end());
1328 // If successful, the top of the file stack will mark the end of the Argv
1333 assert(FileStack.size() > 0 && Argv.size() == FileStack.back().End);
1337 bool cl::expandResponseFiles(int Argc, const char *const *Argv,
1351 NewArgv.append(Argv + 1, Argv + Argc);
1361 SmallVectorImpl<const char *> &Argv) {
1363 if (Error Err = ECtx.expandResponseFiles(Argv)) {
1411 SmallVectorImpl<const char *> &Argv) {
1422 if (Error Err = expandResponseFile(CfgFile, Argv))
1424 return expandResponseFiles(Argv);