D | YAMLTraits.cpp | 437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 440 Output::~Output() = default; 442 bool Output::outputting() const { in outputting() 446 void Output::beginMapping() { in beginMapping() 452 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() 483 void Output::endMapping() { in endMapping() 494 std::vector<StringRef> Output::keys() { in keys() 498 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() 514 void Output::postflightKey(void *) { in postflightKey() 524 void Output::beginFlowMapping() { in beginFlowMapping() [all …]
|