Searched refs:VFSOverlayFiles (Results 1 – 7 of 7) sorted by relevance
185 std::vector<std::string> VFSOverlayFiles; variable254 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
298 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
557 llvm::SaveAndRestore Z(this->HSOpts.VFSOverlayFiles); in ReadHeaderSearchOptions()571 this->HSOpts.VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths()577 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
266 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()271 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
3093 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs()4755 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()4760 ArrayRef<std::string> VFSOverlayFiles, DiagnosticsEngine &Diags, in createVFSFromOverlayFiles() argument4762 if (VFSOverlayFiles.empty()) in createVFSFromOverlayFiles()4767 for (const auto &File : VFSOverlayFiles) { in createVFSFromOverlayFiles()
1203 Record.push_back(HSOpts.VFSOverlayFiles.size()); in writeUnhashedControlBlock()1204 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock()
5960 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()