Home
last modified time | relevance | path

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

/src/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 __anon3909d0d30111::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 …]
/src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1084 TDT.PrintTree = true; in FormatDiagnostic()
1106 TDT.PrintTree = false; in FormatDiagnostic()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1831 unsigned PrintTree : 1;