Home
last modified time | relevance | path

Searched refs:FileDeps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h125 llvm::StringSet<> FileDeps; member
252 std::vector<std::string> FileDeps; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp553 for (auto &&I : MDC.FileDeps) in EndOfMainFile()
784 FileDeps.push_back(std::string(Path)); in addFileDep()
790 FileDeps.push_back(std::string(Path)); in addFileDep()
795 MD.FileDeps.insert(Path); in addFileDep()
801 MD.FileDeps.insert(Path); in addFileDep()