Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp242 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()
365 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()
920 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()
922 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()
926 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()
929 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()
931 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()
933 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
H A DSemaExprCXX.cpp3065 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3068 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3080 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()
3083 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3213 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()
3216 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
H A DSemaLookup.cpp1595 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment || in isUsableModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2335 clang::Module *TheGlobalModuleFragment = nullptr; variable