Searched defs:ContentCache (Results 1 – 2 of 2) sorted by relevance
179 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function188 ContentCache(const ContentCache &RHS) in ContentCache() function
1548 const SrcMgr::ContentCache &ContentCache = in ReadSLocEntry() local