Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp136 ModuleScopes.back().ModuleInterface = true; in HandleStartOfHeaderUnit()
330 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
386 if (!ModuleScopes.back().ModuleInterface) { in ActOnPrivateModuleFragmentDecl()
412 ModuleScopes.back().ModuleInterface = true; in ActOnPrivateModuleFragmentDecl()
466 << ModuleName << !ModuleScopes.back().ModuleInterface; in ActOnModuleImport()
545 (ModuleScopes.back().ModuleInterface || in ActOnModuleImport()
724 } else if (!ModuleScopes.back().ModuleInterface) { in ActOnStartExportDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2245 bool ModuleInterface = false; member
2292 return ModuleScopes.empty() ? false : ModuleScopes.back().ModuleInterface; in currentModuleIsInterface()