Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp214 static bool hasPrivateSubmodules(const Module *M) { in hasPrivateSubmodules() function
266 if (M->ModuleMapIsPrivate || hasPrivateSubmodules(M)) { in getCurrentModuleAPINotes()
280 if (!M->ModuleMapIsPrivate && hasPrivateSubmodules(M)) in getCurrentModuleAPINotes()