Searched refs:VFSOverlayFiles (Results 1 – 8 of 8) sorted by relevance
192 std::vector<std::string> VFSOverlayFiles; variable296 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
396 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
558 llvm::SaveAndRestore Z(this->HSOpts.VFSOverlayFiles); in ReadHeaderSearchOptions()574 this->HSOpts.VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths()580 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
3137 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs()4674 createVFSFromOverlayFiles(Res.getHeaderSearchOpts().VFSOverlayFiles, in CreateFromArgsImpl()4884 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()4889 ArrayRef<std::string> VFSOverlayFiles, DiagnosticsEngine &Diags, in createVFSFromOverlayFiles() argument4891 if (VFSOverlayFiles.empty()) in createVFSFromOverlayFiles()4896 for (const auto &File : VFSOverlayFiles) { in createVFSFromOverlayFiles()
264 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()269 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
684 for (const auto &Overlay : HSOpts.VFSOverlayFiles) in ReadHeaderSearchPaths()
1257 Record.push_back(HSOpts.VFSOverlayFiles.size()); in writeUnhashedControlBlock()1258 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock()
6159 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()