Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp213 static bool hasPrivateSubmodules(const Module *M) { in hasPrivateSubmodules() function
265 if (M->ModuleMapIsPrivate || hasPrivateSubmodules(M)) { in getCurrentModuleAPINotes()
279 if (!M->ModuleMapIsPrivate && hasPrivateSubmodules(M)) in getCurrentModuleAPINotes()