Home
last modified time | relevance | path

Searched refs:getGlobalIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2279 GlobalModuleIndex *GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2297 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2328 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1739 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function