Searched refs:pushOverlay (Results 1 – 6 of 6) sorted by relevance
234 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()480 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
827 OverlayFS->pushOverlay(InMemoryOverlay); in computeDependencies()862 OverlayFS->pushOverlay(InMemoryOverlay); in computeDependencies()
65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
491 OverlayVFS->pushOverlay(IMVFS); in createWithCUDA()
406 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
446 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem