Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h364 auto MOK = D->getModuleOwnershipKind(); in getModuleOwnershipKindForChildOf()
615 return getModuleOwnershipKind() == ModuleOwnershipKind::ModulePrivate; in isModulePrivate()
633 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
653 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
793 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
814 return (int)getModuleOwnershipKind() <= (int)ModuleOwnershipKind::Visible; in isUnconditionallyVisible()
818 return (int)getModuleOwnershipKind() <= in isReachable()
830 ModuleOwnershipKind getModuleOwnershipKind() const { in getModuleOwnershipKind() function
836 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp351 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp592 switch (D->getModuleOwnershipKind()) { in isExportedFromModuleInterfaceUnit()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp314 Record.push_back((uint64_t)D->getModuleOwnershipKind()); in VisitDecl()