Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp42 .getContentCache() in getToken()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp747 if (Entry->getFile().getContentCache().OrigEntry) in getNonBuiltinFilenameForID()
762 return Entry->getFile().getContentCache().getBufferDataIfLoaded(); in getBufferDataIfLoaded()
768 if (auto B = Entry->getFile().getContentCache().getBufferOrNone( in getBufferDataOrNone()
1125 Entry.getFile().getContentCache().getBufferOrNone(Diag, getFileManager(), in getCharacterData()
1320 Content = &Entry.getFile().getContentCache(); in getLineNumber()
1484 const SrcMgr::ContentCache *C = &FI.getContentCache(); in getPresumedLoc()
1622 if (MainSLoc.getFile().getContentCache().OrigEntry == SourceFile) in translateFile()
1632 SLoc.getFile().getContentCache().OrigEntry == SourceFile) in translateFile()
1640 SLoc.getFile().getContentCache().OrigEntry == SourceFile) in translateFile()
1672 const ContentCache *Content = &Entry.getFile().getContentCache(); in translateLineCol()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h337 const ContentCache &getContentCache() const { in getContentCache() function
355 StringRef getName() const { return getContentCache().Filename; } in getName()
1053 return Entry->getFile().getContentCache().getBufferOrNone(
1079 return Entry->getFile().getContentCache().OrigEntry; in getFileEntryRefForID()
1092 if (auto FE = SLocEntry.getFile().getContentCache().OrigEntry) in getFileEntryForSLocEntry()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1764 const SrcMgr::ContentCache *Cache = &File.getContentCache(); in WriteInputFiles()
2290 const SrcMgr::ContentCache *Cache = &SLoc->getFile().getContentCache(); in WriteSourceManagerBlock()
2302 const SrcMgr::ContentCache *Content = &File.getContentCache(); in WriteSourceManagerBlock()
4943 const SrcMgr::ContentCache *Cache = &File.getContentCache(); in computeNonAffectingInputFiles()
4998 const SrcMgr::ContentCache *Cache = &File.getContentCache(); in computeNonAffectingInputFiles()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9966 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache(); in Import()