Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h258 void setGlobalIndex(GlobalModuleIndex *Index);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp309 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) { in setGlobalIndex() function in ModuleManager
H A DASTReader.cpp4667 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
4753 ModuleMgr.setGlobalIndex(nullptr); in ReadAST()