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

References

tools/clang/lib/AST/Decl.cpp
 1519   case Module::GlobalModuleFragment: {
tools/clang/lib/Lex/ModuleMap.cpp
  819   PendingSubmodules.back()->Kind = Module::GlobalModuleFragment;
tools/clang/lib/Lex/PPDirectives.cpp
  657   bool InGlobalModuleFragment = M->Kind == Module::GlobalModuleFragment;
tools/clang/lib/Sema/Sema.cpp
 1044       ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment &&
tools/clang/lib/Sema/SemaLookup.cpp
 1566          (M->Kind == Module::GlobalModuleFragment && !M->Parent);
 5361     if (M->Kind == Module::GlobalModuleFragment)
tools/clang/lib/Sema/SemaModule.cpp
   62       ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) {
  143       ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment)
  253   switch (ModuleScopes.empty() ? Module::GlobalModuleFragment
  256   case Module::GlobalModuleFragment: