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

Declarations

include/llvm/Support/YAMLTraits.h
 1593   void outputUpToEndOfLine(StringRef s);

References

lib/Support/YAMLTraits.cpp
  534   outputUpToEndOfLine(" }");
  538   outputUpToEndOfLine("---");
  543     outputUpToEndOfLine("\n---");
  597   outputUpToEndOfLine(" ]");
  624     outputUpToEndOfLine(Str);
  661   outputUpToEndOfLine(" ]");
  669     outputUpToEndOfLine("''");
  674     outputUpToEndOfLine(S);
  686     outputUpToEndOfLine(Quote);
  705   outputUpToEndOfLine(Quote); // Ending quote.