Lines Matching refs:getCurrentModule
611 getCurrentModule()->Name == ModuleName) { in ActOnModuleImport()
649 getCurrentModule(), ImportLoc); in ActOnModuleImport()
709 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()
711 getCurrentModule()->Imports.insert(Mod); in ActOnModuleImport()
817 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnAnnotModuleEnd()
818 if (!getCurrentModule()) in ActOnAnnotModuleEnd()
1032 BeginLoc, getCurrentModule()); in PushGlobalModuleFragment()
1047 getCurrentModule()->isExplicitGlobalModule() && in PopGlobalModuleFragment()
1057 getCurrentModule()); in PushImplicitGlobalModuleFragment()
1070 getCurrentModule()->isImplicitGlobalModule() && in PopImplicitGlobalModuleFragment()
1076 if (!getCurrentModule()) in isCurrentModulePurview()
1081 switch (getCurrentModule()->Kind) { in isCurrentModulePurview()