Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
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()
/external/llvm-project/clang/lib/Parse/
DParser.cpp2283 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()
2284 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()
2285 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()
2305 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2315 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
/external/llvm-project/clang/include/clang/Sema/
DSema.h2720 enum class ModuleDeclKind { enum
2728 SourceLocation ModuleLoc, ModuleDeclKind MDK,