Searched defs:ContentCache (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | SourceManager.h | 187 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/ |
D | SourceManager.h | 187 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/ |
D | SourceManager.h | 187 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/ |
D | SourceManager.h | 187 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 D | SourceManager.h | 142 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 D | ASTReader.cpp | 1294 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local
|