Searched refs:KnownFiles (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Frontend.cpp | 84 auto It = KnownFiles.find(FE); in findAndRecordFile() 85 if (It != KnownFiles.end()) { in findAndRecordFile() 98 KnownFiles[FE] = BackupIt->second; in findAndRecordFile() 104 KnownFiles.insert({FE, HeaderType::Unknown}); in findAndRecordFile() 112 KnownFiles[*FE] = H.getType(); in addKnownHeader()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 398 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 D | ExtractAPIConsumer.cpp | 200 if (llvm::any_of(KnownFiles, in operator ()() 216 SmallVector<std::pair<SmallString<32>, bool>> &KnownFiles) in LocationFileChecker() 217 : CI(CI), KnownFiles(KnownFiles), ExternalFileEntries() { in LocationFileChecker() 218 for (const auto &KnownFile : KnownFiles) in LocationFileChecker() 225 SmallVector<std::pair<SmallString<32>, bool>> &KnownFiles; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Context.h | 80 HeaderMap KnownFiles; member
|