Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModuleManager.h233 void setGlobalIndex(GlobalModuleIndex *Index);
/external/clang/lib/Serialization/
DModuleManager.cpp274 void ModuleManager::setGlobalIndex(GlobalModuleIndex *Index) { in setGlobalIndex() function in ModuleManager
DASTReader.cpp3425 ModuleMgr.setGlobalIndex(GlobalIndex.get()); in loadGlobalIndex()
3512 ModuleMgr.setGlobalIndex(nullptr); in ReadAST()