Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp164 Expected<xmlNsPtr> ExplicitOrError = in copyAttributeNamespace() local
166 if (!ExplicitOrError) in copyAttributeNamespace()
167 return ExplicitOrError.takeError(); in copyAttributeNamespace()
168 OriginalAttribute->ns = std::move(ExplicitOrError.get()); in copyAttributeNamespace()
264 Expected<xmlNsPtr> ExplicitOrError = in mergeAttributes() local
266 if (!ExplicitOrError) in mergeAttributes()
267 return ExplicitOrError.takeError(); in mergeAttributes()
268 NewProp->ns = std::move(ExplicitOrError.get()); in mergeAttributes()
489 Expected<xmlNsPtr> ExplicitOrError = searchOrDefine(Node->ns->href, Node); in reconcileNamespaces() local
490 if (!ExplicitOrError) { in reconcileNamespaces()
[all …]