Searched refs:pushOverlay (Results 1 – 7 of 7) sorted by relevance
237 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()482 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
108 OFS->pushOverlay(MemFS); in main()
442 OverlayFS->pushOverlay(InMemoryFS); in computeDependencies()
302 OverlayVFS->pushOverlay(IMVFS); in createWithCUDA()
64 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
377 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
425 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem