Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h180 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function
182 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
189 ContentCache(const ContentCache &RHS) in ContentCache() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp35 const SrcMgr::ContentCache &ContentCache, in recordFileContent()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1586 const SrcMgr::ContentCache &ContentCache = in ReadSLocEntry() local