Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h183 bool loadedModuleFile(ModuleFile *File);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp320 if (!GlobalIndex->loadedModuleFile(&M)) in setGlobalIndex()
325 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF)) in moduleFileAccepted()
H A DGlobalModuleIndex.cpp316 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) { in loadedModuleFile() function in GlobalModuleIndex