Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h377 auto MOK = D->getModuleOwnershipKind(); in getModuleOwnershipKindForChildOf()
649 return getModuleOwnershipKind() == ModuleOwnershipKind::ModulePrivate; in isModulePrivate()
667 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
702 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
831 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
849 return (int)getModuleOwnershipKind() <= (int)ModuleOwnershipKind::Visible; in isUnconditionallyVisible()
853 return (int)getModuleOwnershipKind() <= in isReachable()
865 ModuleOwnershipKind getModuleOwnershipKind() const { in getModuleOwnershipKind() function
871 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
H A DDeclContextInternals.h183 if (D->getModuleOwnershipKind() <= ND->getModuleOwnershipKind() && in replaceExternalDecls()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp381 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp1186 switch (D->getModuleOwnershipKind()) { in isExportedFromModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp373 DeclBits.addBits((uint64_t)D->getModuleOwnershipKind(), /*BitWidth=*/3); in VisitDecl()