Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h185 std::vector<std::string> VFSOverlayFiles; variable
254 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp261 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
266 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
H A DCompilerInvocation.cpp3075 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs()
4679 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
4684 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()