Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp429 if (MDC.isPrebuiltModule(TopLevelModule)) in handleImport()
462 if (!MDC.isPrebuiltModule(M)) in EndOfMainFile()
608 if (MDC.isPrebuiltModule(Import->getTopLevelModule())) in addModulePrebuiltDeps()
628 !MDC.isPrebuiltModule(Import)) { in addModuleDep()
652 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule()
679 bool ModuleDepCollector::isPrebuiltModule(const Module *M) { in isPrebuiltModule() function in ModuleDepCollector
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h270 bool isPrebuiltModule(const Module *M);