Searched refs:outputUpToEndOfLine (Results 1 - 2 of 2) 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
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h1044 void outputUpToEndOfLine(StringRef s);

Completed in 34 milliseconds