Home
last modified time | relevance | path

Searched refs:ImplicitGlobalModuleFragment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1007 ModuleScopes.back().ImplicitGlobalModuleFragment = true; in ActOnStartOfTranslationUnit()
1179 !ModuleScopes.back().ImplicitGlobalModuleFragment) { in ActOnEndOfTranslationUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2172 bool ImplicitGlobalModuleFragment = false; member