Searched refs:getOrCreateContentCache (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp428 /// getOrCreateContentCache - Create or return a cached ContentCache for the
431 SourceManager::getOrCreateContentCache(const FileEntry *FileEnt, function in class:SourceManager
581 getOrCreateContentCache(SourceFile, isSystem(FileCharacter));
582 assert(IR && "getOrCreateContentCache() cannot return NULL");
591 const SrcMgr::ContentCache *IR = getOrCreateContentCache(
593 assert(IR && "getOrCreateContentCache() cannot return NULL");
728 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
729 assert(IR && "getOrCreateContentCache() cannot return NULL");
736 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
737 assert(IR && "getOrCreateContentCache() canno
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1801 getOrCreateContentCache(const FileEntry *SourceFile,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1540 = SourceMgr.getOrCreateContentCache(File, isSystem(FileCharacter));

Completed in 140 milliseconds