Home
last modified time | relevance | path

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

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