Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexInclusionStack.cpp53 if (!FI.getContentCache()->OrigEntry) in clang_getInclusions()
68 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)), in clang_getInclusions()
/external/clang/lib/Basic/
DSourceManager.cpp675 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(), in getBufferData()
1024 = Entry.getFile().getContentCache() in getCharacterData()
1213 Content = const_cast<ContentCache*>(Entry.getFile().getContentCache()); in getLineNumber()
1397 const SrcMgr::ContentCache *C = FI.getContentCache(); in getPresumedLoc()
1522 = MainSLoc.getFile().getContentCache(); in translateFile()
1557 SLoc.getFile().getContentCache() && in translateFile()
1558 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1568 SLoc.getFile().getContentCache() && in translateFile()
1569 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1595 = SLoc.getFile().getContentCache(); in translateFile()
[all …]
/external/clang/include/clang/Basic/
DSourceManager.h273 const ContentCache* getContentCache() const { in getContentCache() function
882 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
896 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
908 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache(); in getFileEntryForID()
917 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache(); in getFileEntryForSLocEntry()
/external/clang/lib/Rewrite/Core/
DRewriter.cpp250 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in InsertText()
380 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in IncreaseIndentation()
/external/clang/lib/Serialization/
DASTWriter.cpp1259 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache(); in WriteInputFiles()
1627 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache(); in WriteSourceManagerBlock()
1645 const SrcMgr::ContentCache *Content = File.getContentCache(); in WriteSourceManagerBlock()
/external/clang/lib/AST/
DASTImporter.cpp4682 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()