Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h201 return isExplicitGlobalModule() || isImplicitGlobalModule(); in isGlobalModule()
206 bool isImplicitGlobalModule() const { in isImplicitGlobalModule() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp1070 getCurrentModule()->isImplicitGlobalModule() && in PopImplicitGlobalModuleFragment()
H A DSemaLookup.cpp5634 if (M->isImplicitGlobalModule()) in diagnoseMissingImport()
H A DSemaDeclCXX.cpp16725 getCurrentModule()->isImplicitGlobalModule() && in ActOnFinishLinkageSpecification()
H A DSemaDecl.cpp1685 New->getOwningModule()->isImplicitGlobalModule()) in CheckRedeclarationExported()