Home
last modified time | relevance | path

Searched refs:VisibleWhenImported (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp792 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnAnnotModuleBegin()
926 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp11948 Dcl->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnFinishNamespaceDef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h229 VisibleWhenImported, enumerator
668 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp387 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp1198 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp631 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
634 case Decl::ModuleOwnershipKind::VisibleWhenImported: in VisitDecl()