Home
last modified time | relevance | path

Searched refs:PrintTree (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp352 QualType ToType, bool PrintTree,
409 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
412 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
419 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
536 bool PrintTree; member in __anon44eed8fe0111::TemplateDiff
1517 if (PrintTree) { in TreeToString()
1737 if (PrintTree) OS << '['; in PrintTypeNames()
1742 if (PrintTree) { in PrintTypeNames()
1759 } else if (!PrintTree) { in PrintExpr()
1802 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1084 TDT.PrintTree = true; in FormatDiagnostic()
1106 TDT.PrintTree = false; in FormatDiagnostic()