Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp455 ? Decl::ModuleOwnershipKind::VisibleWhenImported in ActOnModuleBegin()
579 D->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnStartExportDecl()
DSemaDeclCXX.cpp11010 Dcl->setModuleOwnershipKind(Decl::ModuleOwnershipKind::VisibleWhenImported); in ActOnFinishNamespaceDef()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h232 VisibleWhenImported, enumerator
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp350 (getModuleOwnershipKind() != ModuleOwnershipKind::VisibleWhenImported || in setLexicalDeclContext()
DDecl.cpp585 case Decl::ModuleOwnershipKind::VisibleWhenImported: in isExportedFromModuleInterfaceUnit()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp612 : Decl::ModuleOwnershipKind::VisibleWhenImported); in VisitDecl()