HomeSort by relevance Sort by last modified time
    Searched refs:foundTag (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
YAMLTraits.cpp 105 std::string foundTag = CurrentNode->_node->getVerbatimTag();
106 if (foundTag.empty()) {
111 return Tag.equals(foundTag);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLTraits.cpp 117 std::string foundTag = CurrentNode->_node->getVerbatimTag();
118 if (foundTag.empty()) {
123 return Tag.equals(foundTag);

Completed in 69 milliseconds