Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp638 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnModuleBegin()
771 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp11276 Dcl->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnFinishNamespaceDef()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h226 VisibleWhenImported, enumerator
633 return getModuleOwnershipKind() > ModuleOwnershipKind::VisibleWhenImported; in isInvisibleOutsideTheOwningModule()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp351 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp598 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleInterfaceUnit()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp618 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
621 case Decl::ModuleOwnershipKind::VisibleWhenImported: in VisitDecl()