Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl()
105 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
112 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
183 case ModuleDeclKind::Interface: { in ActOnModuleDecl()
204 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2293 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()
2294 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()
2295 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()
2315 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2325 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2853 enum class ModuleDeclKind { enum
2861 SourceLocation ModuleLoc, ModuleDeclKind MDK,