Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h396 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4674 createVFSFromOverlayFiles(Res.getHeaderSearchOpts().VFSOverlayFiles, in CreateFromArgsImpl()
4884 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()
4888 IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::createVFSFromOverlayFiles( in createVFSFromOverlayFiles() function in clang
H A DASTUnit.cpp579 PP.getFileManager().setVirtualFileSystem(createVFSFromOverlayFiles( in ReadHeaderSearchPaths()