Home
last modified time | relevance | path

Searched refs:TheGlobalModuleFragment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp328 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()
451 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()
1029 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()
1031 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()
1035 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()
1038 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()
1040 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()
1042 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
H A DSemaExprCXX.cpp3067 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3070 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3082 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3085 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3215 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()
3218 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
H A DSemaLookup.cpp1606 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9719 clang::Module *TheGlobalModuleFragment = nullptr; variable