Searched refs:pushOverlay (Results 1 – 4 of 4) sorted by relevance
185 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()385 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()593 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
325 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
62 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
348 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem