Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp234 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
480 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp827 OverlayFS->pushOverlay(InMemoryOverlay); in computeDependencies()
862 OverlayFS->pushOverlay(InMemoryOverlay); in computeDependencies()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp491 OverlayVFS->pushOverlay(IMVFS); in createWithCUDA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h406 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp446 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem