Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h364 auto MOK = D->getModuleOwnershipKind(); in getModuleOwnershipKindForChildOf()
626 return getModuleOwnershipKind() == ModuleOwnershipKind::ModulePrivate; in isModulePrivate()
644 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
664 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
804 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
825 return (int)getModuleOwnershipKind() <= (int)ModuleOwnershipKind::Visible; in isUnconditionallyVisible()
829 return (int)getModuleOwnershipKind() <= in isReachable()
841 ModuleOwnershipKind getModuleOwnershipKind() const { in getModuleOwnershipKind() function
847 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp359 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp591 switch (D->getModuleOwnershipKind()) { in isExportedFromModuleInterfaceUnit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp317 Record.push_back((uint64_t)D->getModuleOwnershipKind()); in VisitDecl()