Searched defs:ContentCache (Results 1 – 2 of 2) sorted by relevance
142 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function144 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function154 ContentCache(const ContentCache &RHS) in ContentCache() function
1294 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local