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

/external/clang/include/clang/Basic/
H A DSourceManager.h280 const ContentCache* getContentCache() const { function in class:clang::SrcMgr::FileInfo
898 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
912 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
924 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
933 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();

Completed in 63 milliseconds