Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp949 ModuleScopes.back().ImplicitGlobalModuleFragment = true; in ActOnStartOfTranslationUnit()
1121 !ModuleScopes.back().ImplicitGlobalModuleFragment) { in ActOnEndOfTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2136 bool ImplicitGlobalModuleFragment = false; member