Home
last modified time | relevance | path

Searched refs:PrintTree (Results 1 – 3 of 3) 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()
565 bool PrintTree; member in __anon44eed8fe0111::TemplateDiff
1556 if (PrintTree) { in TreeToString()
1776 if (PrintTree) OS << '['; in PrintTypeNames()
1781 if (PrintTree) { in PrintTypeNames()
1798 } else if (!PrintTree) { in PrintExpr()
1841 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1374 TDT.PrintTree = true; in FormatDiagnostic()
1395 TDT.PrintTree = false; in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1801 unsigned PrintTree : 1;