Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp123 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() local
124 if (foundTag.empty()) { in mapTag()
129 return Tag.equals(foundTag); in mapTag()