Searched refs:getCurrentModule (Results 1 – 18 of 18) sorted by relevance
616 getCurrentModule()->Name == ModuleName) { in ActOnModuleImport()654 getCurrentModule(), ImportLoc); in ActOnModuleImport()658 assert((!Mod->isModulePartitionImplementation() || getCurrentModule()) && in ActOnModuleImport()661 getCurrentModule()->isModuleInterfaceUnit()) in ActOnModuleImport()728 getCurrentModule()->Exports.emplace_back(Mod, false); in ActOnModuleImport()730 getCurrentModule()->Imports.insert(Mod); in ActOnModuleImport()831 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnAnnotModuleEnd()832 if (!getCurrentModule()) in ActOnAnnotModuleEnd()1046 BeginLoc, getCurrentModule()); in PushGlobalModuleFragment()1061 getCurrentModule()->isExplicitGlobalModule() && in PopGlobalModuleFragment()[all …]
1557 if (auto *M = getCurrentModule()) in makeMergedDefinitionVisible()1646 Module *Current = getCurrentModule(); in isUsableModule()2029 Module *CurrentM = SemaRef.getCurrentModule(); in isReachableSlow()5698 if (getASTContext().isInSameModule(M, getCurrentModule())) in diagnoseMissingImport()
1352 if (Module *CurrentModule = getCurrentModule(); in ActOnEndOfTranslationUnit()1375 if (Module *CurrentModule = PP.getCurrentModule()) { in ActOnEndOfTranslationUnit()
3337 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()3448 if (getLangOpts().CPlusPlusModules && getCurrentModule()) in DeclareGlobalNewDelete()
4844 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc); in notePreviousDefinition()18066 PrevDecl->getOwningModule() != getCurrentModule()) && in ActOnTag()18614 if (getCurrentModule() && getCurrentModule()->isInterfaceOrPartition()) in ActOnTagFinishDefinition()
17200 if (getLangOpts().CPlusPlusModules && getCurrentModule() && in ActOnFinishLinkageSpecification()17201 getCurrentModule()->isImplicitGlobalModule() && in ActOnFinishLinkageSpecification()17202 getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
2204 clang::Module *CurrentModule = SemaRef.getCurrentModule(); in AddOrdinaryNameResults()
162 Module *getCurrentModule() const;
289 getCurrentModule()->print(OS); in BeginSourceFileAction()
582 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile()
525 Module *Preprocessor::getCurrentModule() { in getCurrentModule() function in Preprocessor
1015 Filename, getCurrentModule()) in LookupFile()1019 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
1109 getCurrentModule()->print(*OS); in ExecuteAction()
291 Module *FrontendAction::getCurrentModule() const { in getCurrentModule() function in FrontendAction
758 if (auto *currentModule = getPreprocessor().getCurrentModule()) { in createSema()
2456 Module *getCurrentModule();
615 Module *Importer = PP.getCurrentModule(); in ReadDiagnosticOptions()1112 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in ReadData()9579 bool IsModule = getPreprocessor().getCurrentModule() != nullptr; in DecodeIdentifierInfo()
9794 Module *getCurrentModule() const { in getCurrentModule() function