Searched refs:PrintTree (Results 1 – 7 of 7) sorted by relevance
252 QualType ToType, bool PrintTree,280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()283 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()290 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()413 bool PrintTree; member in __anon910c3b370111::TemplateDiff1258 if (PrintTree) { in TreeToString()1414 if (PrintTree) OS << '['; in PrintTypeNames()1419 if (PrintTree) { in PrintTypeNames()1437 } else if (!PrintTree) { in PrintExpr()1478 } else if (!PrintTree) { in PrintTemplateTemplate()[all …]
130 from Visitor import PrintTree315 from Cython.Compiler.Visitor import PrintTree326 if not printtree and isinstance(phase, PrintTree):
701 class PrintTree(TreeVisitor): class
2 from Cython.Compiler.Visitor import PrintTree
604 def PrintTree(self): member in Coverage706 cov.PrintTree()
849 TDT.PrintTree = true; in FormatDiagnostic()871 TDT.PrintTree = false; in FormatDiagnostic()
1379 unsigned PrintTree : 1; member