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

/external/llvm/lib/Support/
H A DYAMLTraits.cpp492 this->outputUpToEndOfLine(" }");
496 this->outputUpToEndOfLine("---");
501 this->outputUpToEndOfLine("\n---");
540 this->outputUpToEndOfLine(" ]");
567 this->outputUpToEndOfLine(Str);
604 this->outputUpToEndOfLine(" ]");
612 this->outputUpToEndOfLine("''");
617 this->outputUpToEndOfLine(S);
635 this->outputUpToEndOfLine("'"); // Ending single quote.
677 void Output::outputUpToEndOfLine(StringRe function in class:Output
[all...]
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h1151 void outputUpToEndOfLine(StringRef s);

Completed in 53 milliseconds