Home
last modified time | relevance | path

Searched refs:pushOverlay (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp229 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
436 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
653 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp112 OFS->pushOverlay(MemFS); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h333 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp67 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp393 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem