Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp351 QualType ToType, bool PrintTree,
408 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
411 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
418 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
535 bool PrintTree; member in __anonb797b9d50111::TemplateDiff
1494 if (PrintTree) { in TreeToString()
1714 if (PrintTree) OS << '['; in PrintTypeNames()
1719 if (PrintTree) { in PrintTypeNames()
1736 } else if (!PrintTree) { in PrintExpr()
1779 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1087 TDT.PrintTree = true; in FormatDiagnostic()
1109 TDT.PrintTree = false; in FormatDiagnostic()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1825 unsigned PrintTree : 1; member