Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp684 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnModuleBegin()
817 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp11795 Dcl->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnFinishNamespaceDef()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h228 VisibleWhenImported, enumerator
666 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp359 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp1192 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleInterfaceUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp652 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
655 case Decl::ModuleOwnershipKind::VisibleWhenImported: in VisitDecl()