Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp163 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
166 case ModuleDeclKind::Interface: in ActOnModuleDecl()
167 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
184 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
191 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
267 case ModuleDeclKind::Interface: in ActOnModuleDecl()
268 case ModuleDeclKind::PartitionInterface: { in ActOnModuleDecl()
285 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
291 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
309 case ModuleDeclKind::PartitionImplementation: in ActOnModuleDecl()
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp2349 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()
2350 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()
2351 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()
2371 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2382 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3069 enum class ModuleDeclKind { enum
3097 SourceLocation ModuleLoc, ModuleDeclKind MDK,