Lines Matching refs:getCurrentModule
521 getCurrentModule()->Name == ModuleName) { in ActOnModuleImport()
615 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()
617 getCurrentModule()->Imports.insert(Mod); in ActOnModuleImport()
723 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()
724 if (!getCurrentModule()) in ActOnModuleEnd()
923 BeginLoc, getCurrentModule()); in PushGlobalModuleFragment()
938 getCurrentModule()->isExplicitGlobalModule() && in PopGlobalModuleFragment()
948 getCurrentModule()); in PushImplicitGlobalModuleFragment()
961 getCurrentModule()->isImplicitGlobalModule() && in PopImplicitGlobalModuleFragment()
967 if (!getCurrentModule()) in isCurrentModulePurview()
972 switch (getCurrentModule()->Kind) { in isCurrentModulePurview()