Searched refs:getNamespaceWithPrefix (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 176 static xmlNsPtr getNamespaceWithPrefix(const unsigned char *Prefix, in getNamespaceWithPrefix() function 192 if (xmlNsPtr Ret = getNamespaceWithPrefix(nullptr, Node)) in getClosestDefault() 289 return Node->ns && Node->ns != getNamespaceWithPrefix(Node->ns->prefix, Node); in hasInheritedNs() 300 return Node->ns && (Node->ns == getNamespaceWithPrefix(nullptr, Node)); in hasDefinedDefaultNamespace() 336 getNamespaceWithPrefix(nullptr, OriginalNode)) { in mergeNamespaces() 345 getNamespaceWithPrefix(Def->prefix, OriginalNode)) { in mergeNamespaces() 372 getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 397 } else if (getNamespaceWithPrefix(nullptr, NonDominantNode)) { in mergeNamespaces() 414 NonDominantNode->ns = getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 431 getNamespaceWithPrefix(nullptr, DominantNode)) { in mergeNamespaces() [all …]
|