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.cpp778 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnAnnotModuleBegin()
912 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp11707 Dcl->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnFinishNamespaceDef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h229 VisibleWhenImported, enumerator
667 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp381 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp1192 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp646 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
649 case Decl::ModuleOwnershipKind::VisibleWhenImported: in VisitDecl()