Searched refs:getNamespaceWithPrefix (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 178 static xmlNsPtr getNamespaceWithPrefix(const unsigned char *Prefix, in getNamespaceWithPrefix() function 194 if (xmlNsPtr Ret = getNamespaceWithPrefix(nullptr, Node)) in getClosestDefault() 291 return Node->ns && Node->ns != getNamespaceWithPrefix(Node->ns->prefix, Node); in hasInheritedNs() 302 return Node->ns && (Node->ns == getNamespaceWithPrefix(nullptr, Node)); in hasDefinedDefaultNamespace() 338 getNamespaceWithPrefix(nullptr, OriginalNode)) { in mergeNamespaces() 347 getNamespaceWithPrefix(Def->prefix, OriginalNode)) { in mergeNamespaces() 374 getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 399 } else if (getNamespaceWithPrefix(nullptr, NonDominantNode)) { in mergeNamespaces() 416 NonDominantNode->ns = getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 433 getNamespaceWithPrefix(nullptr, DominantNode)) { in mergeNamespaces() [all …]
|