enum Sema::TUFragmentKind

Declared at: clang/include/clang/Sema/Sema.h:1899

Enumerators

NameValueComment
Global0The global module fragment, between 'module;' and a module-declaration.
Normal1A normal translation unit fragment. For a non-module unit, this is the entire translation unit. Otherwise, it runs from the module-declaration to the private-module-fragment (if any) or the end of the TU (if not).
Private2The private module fragment, between 'module :private;' and the end of the translation unit.