Home
last modified time | relevance | path

Searched refs:isGlobalModule (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h173 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule() function
569 if (isGlobalModule()) in getPrimaryModuleInterfaceName()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp602 ModuleScopes.back().Module->isGlobalModule()))) { in ActOnModuleImport()
1002 assert(!ModuleScopes.empty() && getCurrentModule()->isGlobalModule() && in PopGlobalModuleFragment()
H A DSemaLookup.cpp1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()
5709 if (M->isGlobalModule() || M->isPrivateModule()) in diagnoseMissingImport()
H A DSemaDeclCXX.cpp16412 getCurrentModule()->isGlobalModule() && getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
H A DSemaDecl.cpp9646 NewFD->getOwningModule()->isGlobalModule() || in ActOnFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp657 assert((M->isGlobalModule() || Loc.isValid()) && in setVisible()