Home
last modified time | relevance | path

Searched refs:getContentCache (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp679 llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer( in getBufferData()
1268 Content = const_cast<ContentCache*>(Entry.getFile().getContentCache()); in getLineNumber()
1427 const SrcMgr::ContentCache *C = FI.getContentCache(); in getPresumedLoc()
1583 = MainSLoc.getFile().getContentCache(); in translateFile()
1619 SLoc.getFile().getContentCache() && in translateFile()
1620 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1630 SLoc.getFile().getContentCache() && in translateFile()
1631 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1656 = SLoc.getFile().getContentCache(); in translateFile()
1704 = const_cast<ContentCache *>(Entry.getFile().getContentCache()); in translateLineCol()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DScratchBuffer.cpp43 .getFile().getContentCache()); in getToken()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h284 const ContentCache *getContentCache() const { in getContentCache() function
966 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
980 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
992 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache(); in getFileEntryForID()
1001 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache(); in getFileEntryForSLocEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DRewriter.cpp254 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in InsertText()
358 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in IncreaseIndentation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1789 const SrcMgr::ContentCache *Cache = File.getContentCache(); in WriteInputFiles()
2255 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache(); in WriteSourceManagerBlock()
2273 const SrcMgr::ContentCache *Content = File.getContentCache(); in WriteSourceManagerBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp8197 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()