Searched refs:getCurrentModule (Results 1 – 17 of 17) sorted by relevance
519 getCurrentModule()->Name == ModuleName) { in ActOnModuleImport()607 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()609 getCurrentModule()->Imports.insert(Mod); in ActOnModuleImport()724 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()725 if (!getCurrentModule()) in ActOnModuleEnd()985 BeginLoc, getCurrentModule()); in PushGlobalModuleFragment()1002 assert(!ModuleScopes.empty() && getCurrentModule()->isGlobalModule() && in PopGlobalModuleFragment()1010 Module *CurrentModuleUnit = getCurrentModule(); in isModuleUnitOfCurrentTU()
1517 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()1590 M == getCurrentModule() || in isUsableModule()
1230 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
2981 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()3093 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()
16411 if (getLangOpts().CPlusPlusModules && getCurrentModule() && in ActOnFinishLinkageSpecification()16412 getCurrentModule()->isGlobalModule() && getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
4788 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()17145 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()
182 Module *CodegenModule = S.getCurrentModule(); in ParseAST()191 CodegenModule = S.getPreprocessor().getCurrentModule(); in ParseAST()
161 Module *getCurrentModule() const;
289 getCurrentModule()->print(OS); in BeginSourceFileAction()
575 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
520 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
970 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
151 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
1014 getCurrentModule()->print(*OS); in ExecuteAction()
2351 Module *getCurrentModule();
2301 return getCurrentModule() ? getCurrentModule()->isModulePurview() : false; in isCurrentModulePurview()2320 Module *getCurrentModule() const { in getCurrentModule() function
983 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in markIdentifierFromAST()