Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h191 std::vector<std::string> VFSOverlayFiles; global() variable
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp118 std::vector<std::string> VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths() local
H A DModuleDepCollector.cpp62 std::vector<std::string> VFSOverlayFiles; optimizeHeaderSearchOpts() local
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5059 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) createVFSFromOverlayFiles() argument