Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h179 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function
181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
188 ContentCache(const ContentCache &RHS) in ContentCache() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1548 const SrcMgr::ContentCache &ContentCache = in ReadSLocEntry() local