Searched refs:getCurrentNamedModule (Results 1 – 7 of 7) sorted by relevance
116 Module *M = Ctx.getCurrentNamedModule(); in getEmittingModule()
8591 if (ContextObj && ContextObj->getCurrentNamedModule()) in FindExternalVisibleDeclsByName()8592 FindModuleLocalLookup(ContextObj->getCurrentNamedModule()); in FindExternalVisibleDeclsByName()
946 if (CXX20ModuleInits && getContext().getCurrentNamedModule() && in EmitCXXGlobalInitFunc()947 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()951 .mangleModuleInitializer(getContext().getCurrentNamedModule(), Out); in EmitCXXGlobalInitFunc()
955 Module *Primary = getContext().getCurrentNamedModule(); in Release()4297 getContext().getCurrentNamedModule() != M->getTopLevelModule()) { in shouldEmitFunction()
1161 return M != getASTContext().getCurrentNamedModule(); in isInAnotherModuleUnit()1170 return M == getASTContext().getCurrentNamedModule(); in isInCurrentModuleUnit()
1185 Module *getCurrentNamedModule() const { return CurrentCXXNamedModule; } in getCurrentNamedModule() function
1341 !getASTContext().getCurrentNamedModule()) { in ActOnEndOfTranslationUnit()