Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp319 QualType ToType, bool PrintTree,
376 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
379 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
386 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
503 bool PrintTree; member in __anon9bd150090111::TemplateDiff
1459 if (PrintTree) { in TreeToString()
1663 if (PrintTree) OS << '['; in PrintTypeNames()
1668 if (PrintTree) { in PrintTypeNames()
1685 } else if (!PrintTree) { in PrintExpr()
1728 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1031 TDT.PrintTree = true; in FormatDiagnostic()
1053 TDT.PrintTree = false; in FormatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1792 unsigned PrintTree : 1; member