Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h178 std::vector<std::string> VFSOverlayFiles; variable
247 VFSOverlayFiles.push_back(std::string(Name)); in AddVFSOverlayFile()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningWorker.cpp202 for (const auto &Entry : CI.getHeaderSearchOpts().VFSOverlayFiles) in runInvocation()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp259 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
264 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
DCompilerInvocation.cpp2928 for (const std::string &F : Opts.VFSOverlayFiles) in GenerateHeaderSearchArgs()
4607 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
4612 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()