Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h608 bool isModuleImplementation() const { in isModuleImplementation() function
621 return isInterfaceOrPartition() || isModuleImplementation(); in isNamedModuleUnit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp924 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9605 : ModuleScopes.back().Module->isModuleImplementation(); in currentModuleIsImplementation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1625 if (NewM->isModuleImplementation() && OldM == ThePrimaryInterface) in CheckRedeclarationModuleOwnership()