Home
last modified time | relevance | path

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

/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
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp35 const SrcMgr::ContentCache &ContentCache, in recordFileContent() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1708 const SrcMgr::ContentCache &ContentCache = ReadSLocEntry() local