Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h182 ContentCache() in ContentCache() function
187 ContentCache(FileEntryRef Ent) : ContentCache(Ent, Ent) {} in ContentCache() function
189 ContentCache(FileEntryRef Ent, const FileEntry *contentEnt) in ContentCache() function
196 ContentCache(const ContentCache &RHS) in ContentCache() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1555 const SrcMgr::ContentCache &ContentCache = in ReadSLocEntry() local