Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
267 if (!ModuleScopes.back().ModuleInterface) { in ActOnPrivateModuleFragmentDecl()
293 ModuleScopes.back().ModuleInterface = true; in ActOnPrivateModuleFragmentDecl()
394 if (!ModuleScopes.empty() && ModuleScopes.back().ModuleInterface) { in ActOnModuleImport()
536 } else if (!ModuleScopes.back().ModuleInterface) { in ActOnStartExportDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2171 bool ModuleInterface = false; member