Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h227 VisibleWhenImported, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp318 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
H A DDecl.cpp578 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleIntefaceUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp606 : Decl::ModuleOwnershipKind::VisibleWhenImported); in VisitDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17189 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnModuleBegin()
17277 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()