Home
last modified time | relevance | path

Searched refs:isCurrentModulePurview (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp234 if (isCurrentModulePurview()) { in ActOnModuleDecl()
520 if (getLangOpts().CPlusPlusModules && isCurrentModulePurview() && in ActOnModuleImport()
766 if (!isCurrentModulePurview()) { in ActOnStartExportDecl()
966 bool Sema::isCurrentModulePurview() const { in isCurrentModulePurview() function in Sema
H A DSema.cpp1223 !isCurrentModulePurview() && !DiagnosedMissingModuleDeclaration) { in ActOnEndOfTranslationUnit()
H A DSemaDeclCXX.cpp16837 if (getLangOpts().CPlusPlusModules && isCurrentModulePurview()) { in ActOnStartLinkageSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2352 bool isCurrentModulePurview() const;