Lines Matching refs:Output

480 //  Output
483 Output::Output(raw_ostream &yout, void *context, int WrapColumn)
486 Output::~Output() = default;
488 bool Output::outputting() const {
492 void Output::beginMapping() {
498 bool Output::mapTag(StringRef Tag, bool Use) {
529 void Output::endMapping() {
540 std::vector<StringRef> Output::keys() {
544 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault,
561 void Output::postflightKey(void *) {
571 void Output::beginFlowMapping() {
578 void Output::endFlowMapping() {
583 void Output::beginDocuments() {
587 bool Output::preflightDocument(unsigned index) {
593 void Output::postflightDocument() {
596 void Output::endDocuments() {
600 unsigned Output::beginSequence() {
607 void Output::endSequence() {
618 bool Output::preflightElement(unsigned, void *&SaveInfo) {
623 void Output::postflightElement(void *) {
633 unsigned Output::beginFlowSequence() {
642 void Output::endFlowSequence() {
647 bool Output::preflightFlowElement(unsigned, void *&SaveInfo) {
661 void Output::postflightFlowElement(void *) {
665 void Output::beginEnumScalar() {
669 bool Output::matchEnumScalar(const char *Str, bool Match) {
678 bool Output::matchEnumFallback() {
685 void Output::endEnumScalar() {
690 bool Output::beginBitSetScalar(bool &DoClear) {
698 bool Output::bitSetMatch(const char *Str, bool Matches) {
708 void Output::endBitSetScalar() {
712 void Output::scalarString(StringRef &S, QuotingType MustQuote) {
724 void Output::blockScalarString(StringRef &S) {
742 void Output::scalarTag(std::string &Tag) {
750 void Output::setError(const Twine &message) {
753 std::error_code Output::error() { return {}; }
755 bool Output::canElideEmptySequence() {
768 void Output::output(StringRef s) {
773 void Output::output(StringRef S, QuotingType MustQuote) {
813 void Output::outputUpToEndOfLine(StringRef s) {
820 void Output::outputNewLine() {
829 void Output::newLineCheck(bool EmptySequence) {
878 void Output::paddedKey(StringRef key) {
888 void Output::flowKey(StringRef Key) {
902 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); }
904 bool Output::inSeqAnyElement(InState State) {
908 bool Output::inFlowSeqAnyElement(InState State) {
912 bool Output::inMapAnyKey(InState State) {
916 bool Output::inFlowMapAnyKey(InState State) {