Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp108 OFS->pushOverlay(MemFS); in main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp229 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
451 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
668 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp408 OverlayFS->pushOverlay(InMemoryFS); in computeDependencies()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp64 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h377 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp422 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem