Home
last modified time | relevance | path

Searched defs:ContentCache (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h143 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function
145 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
155 ContentCache(const ContentCache &RHS) in ContentCache() function
/external/clang/lib/Serialization/
DASTReader.cpp1258 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local