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.cpp166 Expected<xmlNsPtr> ExplicitOrError = in copyAttributeNamespace() local
168 if (!ExplicitOrError) in copyAttributeNamespace()
169 return ExplicitOrError.takeError(); in copyAttributeNamespace()
170 OriginalAttribute->ns = std::move(ExplicitOrError.get()); in copyAttributeNamespace()
266 Expected<xmlNsPtr> ExplicitOrError = in mergeAttributes() local
268 if (!ExplicitOrError) in mergeAttributes()
269 return ExplicitOrError.takeError(); in mergeAttributes()
270 NewProp->ns = std::move(ExplicitOrError.get()); in mergeAttributes()
491 Expected<xmlNsPtr> ExplicitOrError = searchOrDefine(Node->ns->href, Node); in reconcileNamespaces() local
492 if (!ExplicitOrError) { in reconcileNamespaces()
[all …]