Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h168 bool loadedModuleFile(ModuleFile *File);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp326 if (!GlobalIndex->loadedModuleFile(&M)) in setGlobalIndex()
331 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF)) in moduleFileAccepted()
H A DGlobalModuleIndex.cpp337 bool GlobalModuleIndex::loadedModuleFile(ModuleFile *File) { in loadedModuleFile() function in GlobalModuleIndex