/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | TypePrinter.cpp | 152 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList() 174 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 186 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 191 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 304 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 318 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 364 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 371 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 381 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 386 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) {} in printBuiltinAfter() [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 134 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() 142 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 146 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 150 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 154 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
H A D | PredicateExpander.cpp | 18 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() 19 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() 21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() 48 void PredicateExpander::expandCheckImmOperandSimple(raw_ostream &OS, in expandCheckImmOperandSimple() 61 void PredicateExpander::expandCheckRegOperand(raw_ostream &OS, int OpIndex, in expandCheckRegOperand() 80 void PredicateExpander::expandCheckRegOperandSimple(raw_ostream &OS, in expandCheckRegOperandSimple() 93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() 99 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand() 106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands() [all …]
|
H A D | DirectiveEmitter.cpp | 28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() 37 raw_ostream &OS; member in __anone1137fab0111::IfDefScope 44 void GenerateEnumClass(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateEnumClass() 77 raw_ostream &OS, const DirectiveLanguage &DirLang, in GenerateEnumClauseVal() 178 void EmitDirectivesDecl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesDecl() 248 void GenerateGetName(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetName() 272 void GenerateGetKind(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetKind() 307 raw_ostream &OS) { in GenerateGetKindClauseVal() 363 raw_ostream &OS, StringRef DirectiveName, in GenerateCaseForVersionedClauses() 382 raw_ostream &OS) { in GenerateIsAllowedClause() [all …]
|
H A D | SubtargetEmitter.cpp | 141 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration() 179 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask() 198 void SubtargetEmitter::EmitSubtargetInfoMacroCalls(raw_ostream &OS) { in EmitSubtargetInfoMacroCalls() 237 raw_ostream &OS, const DenseMap<Record *, unsigned> &FeatureMap) { in FeatureKeyValues() 287 SubtargetEmitter::CPUKeyValues(raw_ostream &OS, in CPUKeyValues() 414 EmitStageAndOperandCycleData(raw_ostream &OS, in EmitStageAndOperandCycleData() 591 EmitItineraries(raw_ostream &OS, in EmitItineraries() 645 void SubtargetEmitter::EmitProcessorProp(raw_ostream &OS, const Record *R, in EmitProcessorProp() 657 const CodeGenProcModel &ProcModel, raw_ostream &OS) { in EmitProcessorResourceSubUnits() 680 raw_ostream &OS) { in EmitRetireControlUnitInfo() [all …]
|
H A D | Attributes.cpp | 32 void Attributes::emitTargetIndependentNames(raw_ostream &OS) { in emitTargetIndependentNames() 75 void Attributes::emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) { in emitFnAttrCompatCheck() 110 void Attributes::emitAttributeProperties(raw_ostream &OS) { in emitAttributeProperties() 126 void Attributes::emit(raw_ostream &OS) { in emit() 134 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 77 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 89 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 125 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 132 raw_ostream &OS, in writeLoadCommandData() 148 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 162 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 173 raw_ostream &OS, in writeLoadCommandData() 180 raw_ostream &OS, in writeLoadCommandData() 187 raw_ostream &OS, in writeLoadCommandData() 194 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
H A D | WasmEmitter.cpp | 72 raw_ostream &OS; member in __anon112a77120111::SubSectionWriter 77 SubSectionWriter(raw_ostream &OS) : OS(OS), StringStream(OutString) {} in SubSectionWriter() 91 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() 98 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() 105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() 112 static int writeStringRef(const StringRef &Str, raw_ostream &OS) { in writeStringRef() 118 static int writeLimits(const WasmYAML::Limits &Lim, raw_ostream &OS) { in writeLimits() 131 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr() 162 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() 185 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent() [all …]
|
H A D | DWARFEmitter.cpp | 43 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { in writeInteger() 50 raw_ostream &OS, bool IsLittleEndian) { in writeVariableSizedInteger() 66 static void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() 72 const uint64_t Length, raw_ostream &OS, in writeInitialLength() 83 raw_ostream &OS, bool IsLittleEndian) { in writeDWARFOffset() 88 Error DWARFYAML::emitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugStr() 105 raw_string_ostream OS(AbbrevTableBuffer); in getAbbrevTableContentByIndex() local 132 Error DWARFYAML::emitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAbbrev() 141 Error DWARFYAML::emitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugAranges() 190 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 23 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 43 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<() 119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 168 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<() 188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 202 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() 213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<() 239 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 118 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<() 141 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) { in operator <<() 145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() 149 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() 153 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols) { in operator <<() 157 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<() 175 raw_ostream &operator<<(raw_ostream &OS, const JITEvaluatedSymbol &Sym) { in operator <<() 180 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<() 184 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 188 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) { in operator <<() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.cpp | 34 void LanaiInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName() 38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 72 raw_ostream &OS, in printMemoryLoadIncrement() 91 raw_ostream &OS, in printMemoryStoreIncrement() 109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() 143 raw_ostream &OS) { in printInst() 150 raw_ostream &OS, const char *Modifier) { in printOperand() 164 raw_ostream &OS) { in printMemImmOperand() 178 raw_ostream &OS) { in printHi16ImmOperand() 190 raw_ostream &OS) { in printHi16AndImmOperand() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 59 void DetailedRecordsEmitter::run(raw_ostream &OS) { in run() 67 void DetailedRecordsEmitter::printReportHeading(raw_ostream &OS) { in printReportHeading() 72 void DetailedRecordsEmitter::printVariables(raw_ostream &OS) { in printVariables() 84 void DetailedRecordsEmitter::printClasses(raw_ostream &OS) { in printClasses() 100 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() 118 raw_ostream &OS) { in printSectionHeading() 124 void DetailedRecordsEmitter::printDefms(Record *Rec, raw_ostream &OS) { in printDefms() 138 raw_ostream &OS) { in printTemplateArgs() 158 void DetailedRecordsEmitter::printSuperclasses(Record *Rec, raw_ostream &OS) { in printSuperclasses() 177 void DetailedRecordsEmitter::printFields(Record *Rec, raw_ostream &OS) { in printFields() [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 27 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile() 37 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() 77 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix() 85 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider() 96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() 149 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn() 162 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn() 173 void SourceCoverageViewText::renderRegionMarkers(raw_ostream &OS, in renderRegionMarkers() 206 void SourceCoverageViewText::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite() [all …]
|
H A D | SourceCoverageViewHTML.cpp | 45 raw_string_ostream OS{EscapedHTML}; in escape() local 259 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude() 275 void emitEpilog(raw_ostream &OS) { in emitEpilog() 288 OwnedStream OS = std::move(OSOrErr.get()); in createViewFile() local 300 void CoveragePrinterHTML::closeViewFile(OwnedStream OS) { in closeViewFile() 305 static void emitColumnLabelsForIndex(raw_ostream &OS, in emitColumnLabelsForIndex() 335 void CoveragePrinterHTML::emitFileSummary(raw_ostream &OS, StringRef SF, in emitFileSummary() 409 auto OS = std::move(OSOrErr.get()); in createIndexFile() local 468 void SourceCoverageViewHTML::renderViewHeader(raw_ostream &OS) { in renderViewHeader() 472 void SourceCoverageViewHTML::renderViewFooter(raw_ostream &OS) { in renderViewFooter() [all …]
|
H A D | CoverageExporterLcov.cpp | 49 void renderFunctionSummary(raw_ostream &OS, in renderFunctionSummary() 56 raw_ostream &OS, in renderFunctions() 66 void renderLineExecutionCounts(raw_ostream &OS, in renderLineExecutionCounts() 114 void renderBranchExecutionCounts(raw_ostream &OS, in renderBranchExecutionCounts() 163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary() 168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary() 173 void renderFile(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFile() 198 void renderFiles(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFiles()
|
/openbsd-src/gnu/llvm/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum() 30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty() 130 raw_ostream &OS) { in emityProperties() 153 raw_ostream &OS) { in emitPropertyEnum() 170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs() 181 raw_ostream &OS) { in EmitPropertyEnumDefs()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Mangler.cpp | 33 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 62 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 76 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 94 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix() 119 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() 188 raw_svector_ostream OS(OutName); in getNameWithPrefix() local 211 void llvm::emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForGlobalCOFF() 267 void llvm::emitLinkerFlagsForUsedCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForUsedCOFF()
|
H A D | IRPrintingPasses.cpp | 29 raw_ostream &OS; member in __anon39458fa60111::PrintModulePassWrapper 36 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() 69 raw_ostream &OS; member in __anon39458fa60111::PrintFunctionPassWrapper 75 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() 106 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass() 112 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 94 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCIvar() local 104 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCMethod() local 112 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCClass() local 119 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProtocol() local 127 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCCategory() local 135 llvm::raw_svector_ostream OS(Buf); in clang_constructUSR_ObjCProperty() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | FaultMapParser.cpp | 16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType() 33 llvm::operator<<(raw_ostream &OS, in operator <<() 42 raw_ostream &llvm::operator<<(raw_ostream &OS, in operator <<() 51 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | WithColor.cpp | 36 static bool DefaultAutoDetectFunction(const raw_ostream &OS) { in DefaultAutoDetectFunction() 44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor() 91 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 518 return Printable([&Node](raw_ostream &OS) { in PrintNodeId() 528 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() 539 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() 562 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() 572 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { in print_details() 956 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const { in printr() 963 static bool printOperand(raw_ostream &OS, const SelectionDAG *G, in printOperand() 986 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr() 1024 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() 1043 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() [all …]
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 88 void ClangOpcodesEmitter::run(raw_ostream &OS) { in run() 105 void ClangOpcodesEmitter::EmitEnum(raw_ostream &OS, StringRef N, Record *R) { in EmitEnum() 113 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N, Record *R) { in EmitInterp() 163 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N, Record *R) { in EmitDisasm() 181 void ClangOpcodesEmitter::EmitEmitter(raw_ostream &OS, StringRef N, Record *R) { in EmitEmitter() 211 void ClangOpcodesEmitter::EmitProto(raw_ostream &OS, StringRef N, Record *R) { in EmitProto() 242 void ClangOpcodesEmitter::EmitGroup(raw_ostream &OS, StringRef N, Record *R) { in EmitGroup() 325 void ClangOpcodesEmitter::EmitEval(raw_ostream &OS, StringRef N, Record *R) { in EmitEval() 352 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() 364 void clang::EmitClangOpcodes(RecordKeeper &Records, raw_ostream &OS) { in EmitClangOpcodes()
|
/openbsd-src/gnu/llvm/clang/tools/clang-diff/ |
H A D | ClangDiff.cpp | 221 static void printHtml(raw_ostream &OS, char C) { in printHtml() 243 static void printHtml(raw_ostream &OS, const StringRef Str) { in printHtml() 266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff, in printHtmlForNode() 319 static void printJsonString(raw_ostream &OS, const StringRef Str) { in printJsonString() 344 static void printNodeAttributes(raw_ostream &OS, diff::SyntaxTree &Tree, 360 static void printNodeAsJson(raw_ostream &OS, diff::SyntaxTree &Tree, 388 static void printNode(raw_ostream &OS, diff::SyntaxTree &Tree, 401 static void printTree(raw_ostream &OS, diff::SyntaxTree &Tree) { 410 static void printDstChange(raw_ostream &OS, diff::ASTDiff &Diff,
|