Searched refs:pushOverlay (Results 1 – 6 of 6) sorted by relevance
108 OFS->pushOverlay(MemFS); in main()
229 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()451 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()668 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
408 OverlayFS->pushOverlay(InMemoryFS); in computeDependencies()
64 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
377 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
422 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem