Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
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
/aosp_15_r20/external/clang/include/clang/Basic/
H A DSourceManager.h142 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function
144 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
154 ContentCache(const ContentCache &RHS) in ContentCache() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp1294 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local