Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h376 auto MOK = D->getModuleOwnershipKind(); in getModuleOwnershipKindForChildOf()
648 return getModuleOwnershipKind() == ModuleOwnershipKind::ModulePrivate; in isModulePrivate()
666 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
699 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
839 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
860 return (int)getModuleOwnershipKind() <= (int)ModuleOwnershipKind::Visible; in isUnconditionallyVisible()
864 return (int)getModuleOwnershipKind() <= in isReachable()
876 ModuleOwnershipKind getModuleOwnershipKind() const { in getModuleOwnershipKind() function
882 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp359 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp1186 switch (D->getModuleOwnershipKind()) { in isExportedFromModuleInterfaceUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp334 DeclBits.addBits((uint64_t)D->getModuleOwnershipKind(), /*BitWidth=*/3); in VisitDecl()