Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp117 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() local
118 if (foundTag.empty()) { in mapTag()
123 return Tag == foundTag; in mapTag()