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

/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();

Completed in 572 milliseconds