Home
last modified time | relevance | path

Searched refs:VFSOverlayFiles (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h192 std::vector<std::string> VFSOverlayFiles; variable
296 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h396 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp558 llvm::SaveAndRestore Z(this->HSOpts.VFSOverlayFiles); in ReadHeaderSearchOptions()
574 this->HSOpts.VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths()
580 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
H A DCompilerInvocation.cpp3137 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() argument
4891 if (VFSOverlayFiles.empty()) in createVFSFromOverlayFiles()
4896 for (const auto &File : VFSOverlayFiles) { in createVFSFromOverlayFiles()
H A DCompilerInstance.cpp264 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
269 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
H A DFrontendActions.cpp684 for (const auto &Overlay : HSOpts.VFSOverlayFiles) in ReadHeaderSearchPaths()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1257 Record.push_back(HSOpts.VFSOverlayFiles.size()); in writeUnhashedControlBlock()
1258 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock()
H A DASTReader.cpp6159 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()