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

/external/clang/include/clang/Basic/
H A DSourceManager.h243 const ContentCache* getContentCache() const { function in class:clang::SrcMgr::FileInfo
736 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
750 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
762 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
771 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();

Completed in 102 milliseconds