Searched refs:getNamespaceWithPrefix (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 179 static xmlNsPtr getNamespaceWithPrefix(const unsigned char *Prefix, in getNamespaceWithPrefix() function 195 if (xmlNsPtr Ret = getNamespaceWithPrefix(nullptr, Node)) in getClosestDefault() 292 return Node->ns && Node->ns != getNamespaceWithPrefix(Node->ns->prefix, Node); in hasInheritedNs() 303 return Node->ns && (Node->ns == getNamespaceWithPrefix(nullptr, Node)); in hasDefinedDefaultNamespace() 339 getNamespaceWithPrefix(nullptr, OriginalNode)) { in mergeNamespaces() 348 getNamespaceWithPrefix(Def->prefix, OriginalNode)) { in mergeNamespaces() 375 getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 400 } else if (getNamespaceWithPrefix(nullptr, NonDominantNode)) { in mergeNamespaces() 417 NonDominantNode->ns = getNamespaceWithPrefix(nullptr, NonDominantNode); in mergeNamespaces() 434 getNamespaceWithPrefix(nullptr, DominantNode)) { in mergeNamespaces() [all …]
|