reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/YAMLTraits.h
 1592   void output(StringRef s);

References

lib/Support/YAMLTraits.cpp
  466       output(" ");
  468     output(Tag);
  489     output("{}");
  529   output("{ ");
  551   output("\n...\n");
  566     output("[]");
  590   output("[ ");
  602     output(", ");
  604     output("\n");
  606       output(" ");
  608     output("  ");
  644   output("[ ");
  653       output(", ");
  654     output(Str);
  679   output(Quote); // Starting quote.
  685     output(yaml::escape(S, /* EscapePrintable= */ false));
  698       output(StringRef(&Base[i], j - i));  // "flush".
  699       output(StringLiteral("''"));         // Print it as ''
  704   output(StringRef(&Base[i], j - i));
  711   output(" |");
  719       output("  ");
  721     output(*Lines);
  730   output(Tag);
  731   output(" ");
  756   output(s);
  773     output(Padding);
  799     output("  ");
  802     output("- ");
  808   output(key);
  809   output(":");
  819     output(", ");
  821     output("\n");
  823       output(" ");
  825     output("  ");
  827   output(Key);
  828   output(": ");