Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2492 ImportState = Sema::ModuleImportState::GlobalFragment; in ParseModuleDecl()
2631 case Sema::ModuleImportState::GlobalFragment: in ParseModuleImport()
2643 << (ImportState == Sema::ModuleImportState::GlobalFragment ? 0 : 1); in ParseModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp266 bool SeenGMF = ImportState == ModuleImportState::GlobalFragment; in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9626 GlobalFragment, ///< after 'module;' but before 'module X;' enumerator