Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h178 std::vector<std::string> VFSOverlayFiles; variable
247 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp84 for (const auto &Entry : CI.getHeaderSearchOpts().VFSOverlayFiles) in runInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp259 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
264 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
H A DCompilerInvocation.cpp2931 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs()
4609 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
4614 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()