Searched refs:getCurrentNamedModule (Results 1 – 4 of 4) sorted by relevance
908 if (CXX20ModuleInits && getContext().getCurrentNamedModule() && in EmitCXXGlobalInitFunc()909 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()913 .mangleModuleInitializer(getContext().getCurrentNamedModule(), Out); in EmitCXXGlobalInitFunc()
804 Module *Primary = getContext().getCurrentNamedModule(); in Release()3993 getContext().getCurrentNamedModule() != M->getTopLevelModule() && in shouldEmitFunction()
1102 return M != getASTContext().getCurrentNamedModule(); in isInAnotherModuleUnit()
1063 Module *getCurrentNamedModule() const { return CurrentCXXNamedModule; } in getCurrentNamedModule() function