Home
last modified time | relevance | path

Searched refs:Overlay (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp62 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> Overlay( in createVFSOverlayForPreamblePCH() local
64 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
65 return Overlay; in createVFSOverlayForPreamblePCH()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp38 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> Overlay) { in createOverlay() argument
41 OFS->pushOverlay(std::move(Overlay)); in createOverlay()
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo-js.css17 /* Poster Overlay Style */
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A Dindex.rst250 Overlay the virtual filesystem described by file
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst1271 Overlay the virtual filesystem described by file over the real file system
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst597 2.20 DWARF Operation to Create Runtime Overlay Composite Location Description
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3274 HelpText<"Overlay the virtual filesystem described by file over the real file system">;