Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2296 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()
2297 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()
2298 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()
2318 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2328 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2889 enum class ModuleDeclKind { enum
2897 SourceLocation ModuleLoc, ModuleDeclKind MDK,