Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DScratchBuffer.cpp41 auto *ContentCache = const_cast<SrcMgr::ContentCache *>( in getToken() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h153 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() function
155 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
162 ContentCache(const ContentCache &RHS) in ContentCache() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1459 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local