Searched refs:getCurrentModule (Results 1 – 17 of 17) sorted by relevance
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()[all …]
1232 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()1255 if (Module *CurrentModule = getCurrentModule(); in ActOnEndOfTranslationUnit()
1530 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()1603 M == getCurrentModule() || in isUsableModule()5768 Module *CurrentModule = getCurrentModule(); in diagnoseMissingImport()
3021 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()3132 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()
16862 if (getLangOpts().CPlusPlusModules && getCurrentModule() && in ActOnFinishLinkageSpecification()16863 getCurrentModule()->isImplicitGlobalModule() && in ActOnFinishLinkageSpecification()16864 getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
4870 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()17753 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
161 Module *getCurrentModule() const;
290 getCurrentModule()->print(OS); in BeginSourceFileAction()
590 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
988 Filename, getCurrentModule()) in LookupFile()992 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
523 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
1045 getCurrentModule()->print(*OS); in ExecuteAction()
157 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
762 if (auto *currentModule = getPreprocessor().getCurrentModule()) { in createSema()
2349 Module *getCurrentModule();
593 Module *Importer = PP.getCurrentModule(); in ReadDiagnosticOptions()1014 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()
2375 Module *getCurrentModule() const { in getCurrentModule() function