HomeSort by relevance Sort by last modified time
    Searched full:prettytag (Results 1 - 1 of 1) sorted by null

  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 67 static std::string prettyTag(yaml::Node *N) {
93 outs() << prettyTag(n) << " \"" << yaml::escape(Val) << "\"";
95 outs() << prettyTag(n) << " [\n";
105 outs() << prettyTag(n) << " {\n";
121 outs() << prettyTag(n) << " null";

Completed in 140 milliseconds