Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h187 ContentCache() in ContentCache() function
192 ContentCache(FileEntryRef Ent) : ContentCache(Ent, Ent) {} in ContentCache() function
194 ContentCache(FileEntryRef Ent, FileEntryRef contentEnt) in ContentCache() function
201 ContentCache(const ContentCache &RHS) in ContentCache() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1708 const SrcMgr::ContentCache &ContentCache = in ReadSLocEntry() local