Home
last modified time | relevance | path

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

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