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.h374 auto MOK = D->getModuleOwnershipKind(); in getModuleOwnershipKindForChildOf()
646 return getModuleOwnershipKind() == ModuleOwnershipKind::ModulePrivate; in isModulePrivate()
668 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
706 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
835 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
857 return (int)getModuleOwnershipKind() <= (int)ModuleOwnershipKind::Visible; in isUnconditionallyVisible()
861 return (int)getModuleOwnershipKind() <= in isReachable()
873 ModuleOwnershipKind getModuleOwnershipKind() const { in getModuleOwnershipKind() function
879 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
H A DDeclContextInternals.h183 return D->getModuleOwnershipKind() <= ND->getModuleOwnershipKind() && in replaceExternalDecls()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp387 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
1140 getModuleOwnershipKind() == ModuleOwnershipKind::ReachableWhenImported; in isModuleLocal()
H A DDecl.cpp1192 switch (D->getModuleOwnershipKind()) { in isExportedFromModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp526 DeclBits.addBits((uint64_t)D->getModuleOwnershipKind(), /*BitWidth=*/3); in VisitDecl()