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

References

tools/clang/include/clang/Basic/SourceManager.h
  994     return Entry.getFile().getContentCache()->getBuffer(Diag, getFileManager(),
 1009     return Entry.getFile().getContentCache()->getBuffer(
 1020     const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
 1033     const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
 1042     const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
tools/clang/lib/AST/ASTImporter.cpp
 8444     const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache();
tools/clang/lib/Basic/SourceManager.cpp
  711   const llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer(
 1142       Entry.getFile().getContentCache()->getBuffer(
 1302     Content = const_cast<ContentCache*>(Entry.getFile().getContentCache());
 1461   const SrcMgr::ContentCache *C = FI.getContentCache();
 1601           MainSLoc.getFile().getContentCache();
 1615     if (SLoc.isFile() && SLoc.getFile().getContentCache() &&
 1616         SLoc.getFile().getContentCache()->OrigEntry == SourceFile)
 1623     if (SLoc.isFile() && SLoc.getFile().getContentCache() &&
 1624         SLoc.getFile().getContentCache()->OrigEntry == SourceFile)
 1657     = const_cast<ContentCache *>(Entry.getFile().getContentCache());
 2095       if (auto *CC = FI.getContentCache()) {
tools/clang/lib/Lex/ScratchBuffer.cpp
   42                  .getFile().getContentCache());
tools/clang/lib/Rewrite/Rewriter.cpp
  267         Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
  371       Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
tools/clang/lib/Serialization/ASTWriter.cpp
 1812     const SrcMgr::ContentCache *Cache = File.getContentCache();
 2307       const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
 2325       const SrcMgr::ContentCache *Content = File.getContentCache();
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   39     if (!FI.getContentCache()->OrigEntry)
   64          const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),