Searched refs:included_files (Results 1 – 5 of 5) sorted by relevance
365 auto included_files = parser.GetIncludedFilesRecursive( in TextMakeRule() local367 for (auto it = included_files.begin(); in TextMakeRule()368 it != included_files.end(); ++it) { in TextMakeRule()
1378 auto included_files = parser.GetIncludedFilesRecursive(file_name); in GeneralMakeRule() local1379 for (auto it = included_files.begin(); it != included_files.end(); ++it) { in GeneralMakeRule()1411 auto included_files = parser.GetIncludedFilesRecursive( in BinaryMakeRule() local1413 for (auto it = included_files.begin(); in BinaryMakeRule()1414 it != included_files.end(); ++it) { in BinaryMakeRule()
780 auto included_files = parser.GetIncludedFilesRecursive(file_name); in JSMakeRule() local781 for (auto it = included_files.begin(); in JSMakeRule()782 it != included_files.end(); ++it) { in JSMakeRule()
2010 std::set<std::string> included_files; in GetIncludedFilesRecursive() local2013 if (file_name.empty()) return included_files; in GetIncludedFilesRecursive()2019 included_files.insert(current); in GetIncludedFilesRecursive()2023 if (included_files.find(*it) == included_files.end()) in GetIncludedFilesRecursive()2028 return included_files; in GetIncludedFilesRecursive()
1928 const auto included_files = parser.GetIncludedFilesRecursive(file_name); in CPPMakeRule() local1930 for (auto it = included_files.begin(); it != included_files.end(); ++it) { in CPPMakeRule()