Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp159 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
250 if (MDC.isPrebuiltModule(Import)) in addDirectPrebuiltModuleDeps()
268 !MDC.isPrebuiltModule(Import)) { in addModuleDep()
288 bool ModuleDepCollector::isPrebuiltModule(const Module *M) { in isPrebuiltModule() function in ModuleDepCollector
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h221 bool isPrebuiltModule(const Module *M);