Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp498 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
531 if (!MDC.isPrebuiltModule(M)) in EndOfMainFile()
684 if (MDC.isPrebuiltModule(Import->getTopLevelModule())) in addModulePrebuiltDeps()
704 !MDC.isPrebuiltModule(Import)) { in addModuleDep()
728 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule()
757 bool ModuleDepCollector::isPrebuiltModule(const Module *M) { in isPrebuiltModule() function in ModuleDepCollector
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h281 bool isPrebuiltModule(const Module *M);