Searched defs:ContentCache (Results 1 – 2 of 2) sorted by relevance
137 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function139 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function149 ContentCache(const ContentCache &RHS) in ContentCache() function
1260 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local