Searched defs:outputUpToEndOfLine (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DYAMLTraits.cpp439 this->outputUpToEndOfLine("---");
444 this->outputUpToEndOfLine("\n---");
483 this->outputUpToEndOfLine(" ]");
510 this->outputUpToEndOfLine(Str);
540 this->outputUpToEndOfLine(" ]");
548 this->outputUpToEndOfLine("''");
553 this->outputUpToEndOfLine(S);
571 this->outputUpToEndOfLine("'"); // Ending single quote.
595 void Output::outputUpToEndOfLine(StringRef s) { function in class:Output

Completed in 133 milliseconds