Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp613 auto ModuleOwnership = (Decl::ModuleOwnershipKind)Record.readInt(); in VisitDecl() local
615 (ModuleOwnership == Decl::ModuleOwnershipKind::ModulePrivate); in VisitDecl()
621 switch (ModuleOwnership) { in VisitDecl()
623 ModuleOwnership = Decl::ModuleOwnershipKind::VisibleWhenImported; in VisitDecl()
632 D->setModuleOwnershipKind(ModuleOwnership); in VisitDecl()