Home
last modified time | relevance | path

Searched refs:contentEnt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() argument
182 : OrigEntry(Ent), ContentsEntry(contentEnt), BufferOverridden(false), in ContentCache()