Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h218 Unowned, enumerator
375 if (MOK != ModuleOwnershipKind::Unowned && in getModuleOwnershipKindForChildOf()
381 return ModuleOwnershipKind::Unowned; in getModuleOwnershipKindForChildOf()
706 if (getModuleOwnershipKind() == ModuleOwnershipKind::Unowned) in setModulePrivate()
835 return getModuleOwnershipKind() != ModuleOwnershipKind::Unowned; in hasOwningModule()
879 assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::Unowned && in setModuleOwnershipKind()
880 MOK != ModuleOwnershipKind::Unowned && !isFromASTFile() && in setModuleOwnershipKind()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp966 m_input_file_sp(std::make_shared<NativeFile>(stdin, NativeFile::Unowned)), in Debugger()
968 stdout, NativeFile::Unowned, m_output_mutex)), in Debugger()
970 stderr, NativeFile::Unowned, m_output_mutex)), in Debugger()
1368 in = std::make_shared<NativeFile>(stdin, NativeFile::Unowned); in AdoptTopIOHandlerFilesIfInvalid()
1378 out = std::make_shared<LockableStreamFile>(stdout, NativeFile::Unowned, in AdoptTopIOHandlerFilesIfInvalid()
1389 err = std::make_shared<LockableStreamFile>(stderr, NativeFile::Unowned, in AdoptTopIOHandlerFilesIfInvalid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h382 Unowned = false, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp834 Decl::ModuleOwnershipKind::Unowned); in ActOnAnnotModuleEnd()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1193 case Decl::ModuleOwnershipKind::Unowned: in isExportedFromModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp633 case Decl::ModuleOwnershipKind::Unowned: in VisitDecl()