Searched refs:VFSOverlayFiles (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 83 std::vector<std::string> VFSOverlayFiles; in optimizeHeaderSearchOpts() local 84 std::swap(Opts.VFSOverlayFiles, VFSOverlayFiles); in optimizeHeaderSearchOpts() 86 llvm::BitVector VFSUsage(VFSOverlayFiles.size()); in optimizeHeaderSearchOpts() 105 for (std::size_t I = 0, E = VFSOverlayFiles.size(); I != E; ++I) { in optimizeHeaderSearchOpts() 107 VFSOverlayFiles[I])) in optimizeHeaderSearchOpts() 114 if (VFSUsage.size() != VFSOverlayFiles.size()) in optimizeHeaderSearchOpts() 119 Opts.VFSOverlayFiles.push_back(std::move(VFSOverlayFiles[Idx])); in optimizeHeaderSearchOpts() 522 IF_ANY_RELATIVE_RETURN_FALSE(HeaderSearchOpts.VFSOverlayFiles); in isSafeToIgnoreCWD()
|
| H A D | DependencyScanningWorker.cpp | 71 if (HSOpts.VFSOverlayFiles != ExistingHSOpts.VFSOverlayFiles) { in checkHeaderSearchPaths() 82 VFSNote(0, HSOpts.VFSOverlayFiles); in checkHeaderSearchPaths() 83 VFSNote(1, ExistingHSOpts.VFSOverlayFiles); in checkHeaderSearchPaths() 187 llvm::StringSet<>(llvm::from_range, HSOpts.VFSOverlayFiles)); in ReadHeaderSearchPaths()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 188 std::vector<std::string> VFSOverlayFiles; variable 320 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 397 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 567 llvm::SaveAndRestore Z(this->HSOpts.VFSOverlayFiles); in ReadHeaderSearchOptions() 583 this->HSOpts.VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths() 589 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
|
| H A D | CompilerInvocation.cpp | 3420 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs() 5227 createVFSFromOverlayFiles(Res.getHeaderSearchOpts().VFSOverlayFiles, in CreateFromArgsImpl() 5322 HBuilder.addRange(hsOpts.VFSOverlayFiles); in getModuleHash() 5446 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation() 5451 ArrayRef<std::string> VFSOverlayFiles, DiagnosticsEngine &Diags, in createVFSFromOverlayFiles() argument 5453 if (VFSOverlayFiles.empty()) in createVFSFromOverlayFiles() 5458 for (const auto &File : VFSOverlayFiles) { in createVFSFromOverlayFiles()
|
| H A D | CompilerInstance.cpp | 263 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries() 268 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
|
| H A D | FrontendActions.cpp | 740 for (const auto &Overlay : HSOpts.VFSOverlayFiles) in ReadHeaderSearchPaths()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 164 assert(VFSUsage.size() == getHeaderSearchOpts().VFSOverlayFiles.size() && in collectVFSUsageAndClear()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1400 Record.push_back(HSOpts.VFSOverlayFiles.size()); in writeUnhashedControlBlock() 1401 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock() 5549 PP->getHeaderSearchInfo().getHeaderSearchOpts().VFSOverlayFiles) in computeNonAffectingInputFiles()
|
| H A D | ASTReader.cpp | 6500 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()
|