Searched refs:pushOverlay (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp210 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
416 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
632 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp67 Overlay->pushOverlay(PCHFS);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h332 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp393 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { function in class:OverlayFileSystem

Completed in 129 milliseconds