Searched refs:getCurrentModule (Results 1 – 16 of 16) sorted by relevance
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()[all …]
1271 if (Module *CurrentModule = getCurrentModule(); in ActOnEndOfTranslationUnit()1295 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
1542 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()1616 Module *Current = getCurrentModule(); in isUsableModule()5640 if (getASTContext().isInSameModule(M, getCurrentModule())) in diagnoseMissingImport()
3023 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()3134 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()
4738 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()17558 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()18084 if (getCurrentModule() && getCurrentModule()->isInterfaceOrPartition()) in ActOnTagFinishDefinition()
16724 if (getLangOpts().CPlusPlusModules && getCurrentModule() && in ActOnFinishLinkageSpecification() 16725 getCurrentModule()->isImplicitGlobalModule() && in ActOnFinishLinkageSpecification() 16726 getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
161 Module *getCurrentModule() const;
589 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
527 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
989 Filename, getCurrentModule()) in LookupFile()993 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
157 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
1080 getCurrentModule()->print(*OS); in ExecuteAction()
761 if (auto *currentModule = getPreprocessor().getCurrentModule()) { in createSema()
2381 Module *getCurrentModule();
598 Module *Importer = PP.getCurrentModule(); in ReadDiagnosticOptions()1057 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()
9597 Module *getCurrentModule() const { in getCurrentModule() function