Lines Matching refs:Output

434 Output::Output(raw_ostream &yout, void *context, int WrapColumn)  in Output()  function in Output
437 Output::~Output() = default;
439 bool Output::outputting() { in outputting()
443 void Output::beginMapping() { in beginMapping()
448 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
479 void Output::endMapping() { in endMapping()
486 std::vector<StringRef> Output::keys() { in keys()
490 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
506 void Output::postflightKey(void *) { in postflightKey()
516 void Output::beginFlowMapping() { in beginFlowMapping()
523 void Output::endFlowMapping() { in endFlowMapping()
528 void Output::beginDocuments() { in beginDocuments()
532 bool Output::preflightDocument(unsigned index) { in preflightDocument()
538 void Output::postflightDocument() { in postflightDocument()
541 void Output::endDocuments() { in endDocuments()
545 unsigned Output::beginSequence() { in beginSequence()
551 void Output::endSequence() { in endSequence()
558 bool Output::preflightElement(unsigned, void *&) { in preflightElement()
562 void Output::postflightElement(void *) { in postflightElement()
572 unsigned Output::beginFlowSequence() { in beginFlowSequence()
581 void Output::endFlowSequence() { in endFlowSequence()
586 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement()
599 void Output::postflightFlowElement(void *) { in postflightFlowElement()
603 void Output::beginEnumScalar() { in beginEnumScalar()
607 bool Output::matchEnumScalar(const char *Str, bool Match) { in matchEnumScalar()
616 bool Output::matchEnumFallback() { in matchEnumFallback()
623 void Output::endEnumScalar() { in endEnumScalar()
628 bool Output::beginBitSetScalar(bool &DoClear) { in beginBitSetScalar()
636 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
646 void Output::endBitSetScalar() { in endBitSetScalar()
650 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
694 void Output::blockScalarString(StringRef &S) { in blockScalarString()
712 void Output::scalarTag(std::string &Tag) { in scalarTag()
720 void Output::setError(const Twine &message) { in setError()
723 bool Output::canElideEmptySequence() { in canElideEmptySequence()
736 void Output::output(StringRef s) { in output()
741 void Output::outputUpToEndOfLine(StringRef s) { in outputUpToEndOfLine()
748 void Output::outputNewLine() { in outputNewLine()
757 void Output::newLineCheck() { in newLineCheck()
791 void Output::paddedKey(StringRef key) { in paddedKey()
801 void Output::flowKey(StringRef Key) { in flowKey()
815 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind()
817 bool Output::inSeqAnyElement(InState State) { in inSeqAnyElement()
821 bool Output::inFlowSeqAnyElement(InState State) { in inFlowSeqAnyElement()
825 bool Output::inMapAnyKey(InState State) { in inMapAnyKey()
829 bool Output::inFlowMapAnyKey(InState State) { in inFlowMapAnyKey()