Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Files

10 // This code generates dependency files.
71 // Files that actually exist are handled by FileChanged.
154 std::vector<std::string> Files;
313 Files.push_back(Filename);
317 /// most likely tools that use dependency files: GNU Make, BSD Make, and
407 // dependency file as GCC (4.2), assuming the included files are the
433 for (std::vector<std::string>::iterator I = Files.begin(),
434 E = Files
450 if (PhonyTarget && !Files.empty()) {
452 for (std::vector<std::string>::iterator I = Files.begin() + 1,
453 E = Files.end(); I != E; ++I) {