Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp608 auto ModuleOwnership = (Decl::ModuleOwnershipKind)Record.readInt(); in VisitDecl() local
610 (ModuleOwnership == Decl::ModuleOwnershipKind::ModulePrivate); in VisitDecl()
616 switch (ModuleOwnership) { in VisitDecl()
618 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
627 D->setModuleOwnershipKind(ModuleOwnership); in VisitDecl()