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.cpp334 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()
454 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()
1043 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()
1045 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()
1049 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()
1052 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()
1054 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()
1056 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
H A DSemaExprCXX.cpp3381 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3384 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3396 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3399 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3527 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()
3530 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
H A DSemaLookup.cpp1636 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9917 clang::Module *TheGlobalModuleFragment = nullptr; variable