Searched refs:getContentCache (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp57 if (!FI.getContentCache()->OrigEntry)
72 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),
/external/clang/lib/Basic/
H A DSourceManager.cpp697 llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer(
1116 llvm::MemoryBuffer *Buffer = Entry.getFile().getContentCache()->getBuffer(
1304 Content = const_cast<ContentCache*>(Entry.getFile().getContentCache());
1463 const SrcMgr::ContentCache *C = FI.getContentCache();
1619 = MainSLoc.getFile().getContentCache();
1655 SLoc.getFile().getContentCache() &&
1656 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1666 SLoc.getFile().getContentCache() &&
1667 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1692 = SLoc.getFile().getContentCache();
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h288 const ContentCache* getContentCache() const { function in class:clang::SrcMgr::FileInfo
883 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
897 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
909 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
918 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp254 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
387 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
/external/clang/lib/Lex/
H A DPPLexerChange.cpp498 const FileEntry *File = Entry.getFile().getContentCache()->OrigEntry;
/external/clang/lib/Serialization/
H A DASTWriter.cpp1324 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1689 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1707 const SrcMgr::ContentCache *Content = File.getContentCache();
/external/clang/lib/AST/
H A DASTImporter.cpp4909 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache();

Completed in 306 milliseconds