Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp2085 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()
2086 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()
2087 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()
2095 if (MDK != Sema::ModuleDeclKind::Interface) in ParseModuleDecl()
2098 MDK = Sema::ModuleDeclKind::Partition; in ParseModuleDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16947 ModuleDeclKind MDK, in ActOnModuleDecl()
16961 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
16968 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
17018 case ModuleDeclKind::Interface: { in ActOnModuleDecl()
17039 case ModuleDeclKind::Partition: in ActOnModuleDecl()
17043 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
17060 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2101 enum class ModuleDeclKind { enum
2110 SourceLocation ModuleLoc, ModuleDeclKind MDK,