Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h145 void getKnownModules(llvm::SmallVectorImpl<ModuleFile *> &ModuleFiles);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp285 GlobalModuleIndex::getKnownModules(SmallVectorImpl<ModuleFile *> &ModuleFiles) { in getKnownModules() function in GlobalModuleIndex