Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp117 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() local
118 if (foundTag.empty()) { in mapTag()
123 return Tag.equals(foundTag); in mapTag()
/external/llvm/lib/Support/
DYAMLTraits.cpp105 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() local
106 if (foundTag.empty()) { in mapTag()
111 return Tag.equals(foundTag); in mapTag()