Home
last modified time | relevance | path

Searched refs:pushOverlay (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp237 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
482 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp609 OverlayFS->pushOverlay(InMemoryFS); in computeDependencies()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp335 OverlayVFS->pushOverlay(IMVFS); in createWithCUDA()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h390 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp434 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem