Searched refs:pushOverlay (Results 1 – 6 of 6) sorted by relevance
237 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()482 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
609 OverlayFS->pushOverlay(InMemoryFS); in computeDependencies()
65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
335 OverlayVFS->pushOverlay(IMVFS); in createWithCUDA()
390 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
434 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem