Searched defs:ContentCache (Results 1 – 2 of 2) sorted by relevance
143 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function145 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function155 ContentCache(const ContentCache &RHS) in ContentCache() function
1258 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local