Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h184 bool loadedModuleFile(ModuleFile *File);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp259 if (!GlobalIndex->loadedModuleFile(Chain[I])) { in setGlobalIndex()
266 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF)) in moduleFileAccepted()
H A DGlobalModuleIndex.cpp319 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) { in loadedModuleFile() function in GlobalModuleIndex