• Home
  • Raw
  • Download

Lines Matching refs:Output

399 Output::Output(raw_ostream &yout, void *context, int WrapColumn)  in Output()  function in Output
412 Output::~Output() { in ~Output()
415 bool Output::outputting() { in outputting()
419 void Output::beginMapping() { in beginMapping()
424 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
432 void Output::endMapping() { in endMapping()
436 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
452 void Output::postflightKey(void *) { in postflightKey()
462 void Output::beginFlowMapping() { in beginFlowMapping()
469 void Output::endFlowMapping() { in endFlowMapping()
474 void Output::beginDocuments() { in beginDocuments()
478 bool Output::preflightDocument(unsigned index) { in preflightDocument()
484 void Output::postflightDocument() { in postflightDocument()
487 void Output::endDocuments() { in endDocuments()
491 unsigned Output::beginSequence() { in beginSequence()
497 void Output::endSequence() { in endSequence()
501 bool Output::preflightElement(unsigned, void *&) { in preflightElement()
505 void Output::postflightElement(void *) { in postflightElement()
508 unsigned Output::beginFlowSequence() { in beginFlowSequence()
517 void Output::endFlowSequence() { in endFlowSequence()
522 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement()
535 void Output::postflightFlowElement(void *) { in postflightFlowElement()
539 void Output::beginEnumScalar() { in beginEnumScalar()
543 bool Output::matchEnumScalar(const char *Str, bool Match) { in matchEnumScalar()
552 bool Output::matchEnumFallback() { in matchEnumFallback()
559 void Output::endEnumScalar() { in endEnumScalar()
564 bool Output::beginBitSetScalar(bool &DoClear) { in beginBitSetScalar()
572 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
582 void Output::endBitSetScalar() { in endBitSetScalar()
586 void Output::scalarString(StringRef &S, bool MustQuote) { in scalarString()
617 void Output::blockScalarString(StringRef &S) { in blockScalarString()
635 void Output::setError(const Twine &message) { in setError()
638 bool Output::canElideEmptySequence() { in canElideEmptySequence()
651 void Output::output(StringRef s) { in output()
656 void Output::outputUpToEndOfLine(StringRef s) { in outputUpToEndOfLine()
664 void Output::outputNewLine() { in outputNewLine()
673 void Output::newLineCheck() { in newLineCheck()
703 void Output::paddedKey(StringRef key) { in paddedKey()
713 void Output::flowKey(StringRef Key) { in flowKey()