Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h259 void setGlobalIndex(GlobalModuleIndex *Index);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp305 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) { in setGlobalIndex() function in ModuleManager
H A DASTReader.cpp4357 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
4456 ModuleMgr.setGlobalIndex(nullptr); in ReadAST()