reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
 2356                                  SourceLocation ModuleLoc, ModuleDeclKind MDK,
tools/clang/lib/Parse/Parser.cpp
 2208   Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export)
 2209                                  ? Sema::ModuleDeclKind::Interface
 2210                                  : Sema::ModuleDeclKind::Implementation;
 2230     if (MDK == Sema::ModuleDeclKind::Interface) {
 2240     if (MDK == Sema::ModuleDeclKind::Interface) {
tools/clang/lib/Sema/SemaModule.cpp
   94                       ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) {
  107     if (MDK != ModuleDeclKind::Implementation)
  114     MDK = ModuleDeclKind::Interface;
  185   case ModuleDeclKind::Interface: {
  206   case ModuleDeclKind::Implementation:
  233   ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation;