Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h298 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp576 PP.getFileManager().setVirtualFileSystem(createVFSFromOverlayFiles( in ReadHeaderSearchPaths()
H A DCompilerInvocation.cpp4755 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()
4759 IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::createVFSFromOverlayFiles( in createVFSFromOverlayFiles() function in clang