Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp131 ModuleScopes.back().Module->isModulePurview()) { in ActOnModuleDecl()
534 if (ModuleScopes.empty() || !ModuleScopes.back().Module->isModulePurview()) { in ActOnStartExportDecl()
H A DSema.cpp1133 !ModuleScopes.back().Module->isModulePurview()) && in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp1588 bool NewIsModuleInterface = NewM && NewM->isModulePurview(); in CheckRedeclarationModuleOwnership()
1589 bool OldIsModuleInterface = OldM && OldM->isModulePurview(); in CheckRedeclarationModuleOwnership()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h152 bool isModulePurview() const { in isModulePurview() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp574 return M->isModulePurview(); in isInModulePurview()