Home
last modified time | relevance | path

Searched refs:KnownFiles (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp85 auto It = KnownFiles.find(FE); in findAndRecordFile()
86 if (It != KnownFiles.end()) { in findAndRecordFile()
99 KnownFiles[FE] = BackupIt->second; in findAndRecordFile()
105 KnownFiles.insert({FE, HeaderType::Unknown}); in findAndRecordFile()
113 KnownFiles[*FE] = H.getType(); in addKnownHeader()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp398 const std::vector<MergeFileInfo> &KnownFiles) { in WriteNewControlFile() argument
400 for (auto &SF: KnownFiles) in WriteNewControlFile()
443 std::vector<MergeFileInfo> KnownFiles; in CrashResistantMerge() local
472 KnownFiles = M.Files; in CrashResistantMerge()
487 KnownFiles.size()); in CrashResistantMerge()
488 NumAttempts = WriteNewControlFile(CFPath, OldCorpus, NewCorpus, KnownFiles); in CrashResistantMerge()
529 M.Files.insert(M.Files.end(), KnownFiles.begin(), KnownFiles.end()); in CrashResistantMerge()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp201 if (llvm::any_of(KnownFiles, in operator ()()
217 SmallVector<std::pair<SmallString<32>, bool>> &KnownFiles) in LocationFileChecker()
218 : CI(CI), KnownFiles(KnownFiles), ExternalFileEntries() { in LocationFileChecker()
219 for (const auto &KnownFile : KnownFiles) in LocationFileChecker()
226 SmallVector<std::pair<SmallString<32>, bool>> &KnownFiles; member
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h80 HeaderMap KnownFiles; member