Searched refs:pushOverlay (Results 1 – 5 of 5) sorted by relevance
210 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()417 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()634 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
112 OFS->pushOverlay(MemFS); in main()
333 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
67 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
393 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem