Lines Matching refs:Output

468 Output::Output(raw_ostream &yout, void *context, int WrapColumn)  in Output()  function in Output
471 Output::~Output() = default;
473 bool Output::outputting() const { in outputting()
477 void Output::beginMapping() { in beginMapping()
483 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
514 void Output::endMapping() { in endMapping()
525 std::vector<StringRef> Output::keys() { in keys()
529 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
545 void Output::postflightKey(void *) { in postflightKey()
555 void Output::beginFlowMapping() { in beginFlowMapping()
562 void Output::endFlowMapping() { in endFlowMapping()
567 void Output::beginDocuments() { in beginDocuments()
571 bool Output::preflightDocument(unsigned index) { in preflightDocument()
577 void Output::postflightDocument() { in postflightDocument()
580 void Output::endDocuments() { in endDocuments()
584 unsigned Output::beginSequence() { in beginSequence()
591 void Output::endSequence() { in endSequence()
602 bool Output::preflightElement(unsigned, void *&) { in preflightElement()
606 void Output::postflightElement(void *) { in postflightElement()
616 unsigned Output::beginFlowSequence() { in beginFlowSequence()
625 void Output::endFlowSequence() { in endFlowSequence()
630 bool Output::preflightFlowElement(unsigned, void *&) { in preflightFlowElement()
643 void Output::postflightFlowElement(void *) { in postflightFlowElement()
647 void Output::beginEnumScalar() { in beginEnumScalar()
651 bool Output::matchEnumScalar(const char *Str, bool Match) { in matchEnumScalar()
660 bool Output::matchEnumFallback() { in matchEnumFallback()
667 void Output::endEnumScalar() { in endEnumScalar()
672 bool Output::beginBitSetScalar(bool &DoClear) { in beginBitSetScalar()
680 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
690 void Output::endBitSetScalar() { in endBitSetScalar()
694 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
738 void Output::blockScalarString(StringRef &S) { in blockScalarString()
756 void Output::scalarTag(std::string &Tag) { in scalarTag()
764 void Output::setError(const Twine &message) { in setError()
767 bool Output::canElideEmptySequence() { in canElideEmptySequence()
780 void Output::output(StringRef s) { in output()
785 void Output::outputUpToEndOfLine(StringRef s) { in outputUpToEndOfLine()
792 void Output::outputNewLine() { in outputNewLine()
801 void Output::newLineCheck(bool EmptySequence) { in newLineCheck()
836 void Output::paddedKey(StringRef key) { in paddedKey()
846 void Output::flowKey(StringRef Key) { in flowKey()
860 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind()
862 bool Output::inSeqAnyElement(InState State) { in inSeqAnyElement()
866 bool Output::inFlowSeqAnyElement(InState State) { in inFlowSeqAnyElement()
870 bool Output::inMapAnyKey(InState State) { in inMapAnyKey()
874 bool Output::inFlowMapAnyKey(InState State) { in inFlowMapAnyKey()