Home
last modified time | relevance | path

Searched refs:isModulePurview (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp211 ModuleScopes.back().Module->isModulePurview()) { in ActOnModuleDecl()
720 if (ModuleScopes.empty() || !ModuleScopes.back().Module->isModulePurview()) { in ActOnStartExportDecl()
H A DSema.cpp1220 !ModuleScopes.back().Module->isModulePurview()) && in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp1642 bool NewIsModuleInterface = NewM && NewM->isModulePurview(); in CheckRedeclarationModuleOwnership()
1643 bool OldIsModuleInterface = OldM && OldM->isModulePurview(); in CheckRedeclarationModuleOwnership()
1777 if ((NewM && NewM->isModulePurview()) || (OldM && OldM->isModulePurview())) in IsRedefinitionInModule()
H A DSemaLookup.cpp3881 assert(FM && FM->isModulePurview() && !FM->isPrivateModule() && in ArgumentDependentLookup()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h161 bool isModulePurview() const { in isModulePurview() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h707 return WritingModule && WritingModule->isModulePurview(); in isWritingNamedModules()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp586 return M->isModulePurview(); in isInModulePurview()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2264 return getCurrentModule() ? getCurrentModule()->isModulePurview() : false; in isCurrentModulePurview()