HomeSort by: relevance | last modified time | path
    Searched defs:ContentCache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 128 class alignas(8) ContentCache {
134 /// Reference to the file entry representing this ContentCache.
138 /// It is possible for this to be NULL if the ContentCache encapsulates
179 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {}
181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
188 ContentCache(const ContentCache &RHS)
195 "Passed ContentCache object cannot own a buffer.");
198 ContentCache &operator=(const ContentCache &RHS) = delete
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1548 const SrcMgr::ContentCache &ContentCache =
1550 if (OverriddenBuffer && !ContentCache.BufferOverridden &&
1551 ContentCache.ContentsEntry == ContentCache.OrigEntry &&
1552 !ContentCache.getBufferIfLoaded()) {

Completed in 34 milliseconds