Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h411 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4883 createVFSFromOverlayFiles(Res.getHeaderSearchOpts().VFSOverlayFiles, in CreateFromArgsImpl()
5095 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()
5099 IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::createVFSFromOverlayFiles( in createVFSFromOverlayFiles() function in clang
H A DASTUnit.cpp590 PP.getFileManager().setVirtualFileSystem(createVFSFromOverlayFiles( in ReadHeaderSearchPaths()