reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  735     if (VFS == RealFS || VFS->exists(PCHPath))
  737     auto Buf = RealFS->getBufferForFile(PCHPath);
  747     VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS);