Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTDiagnostic.cpp232 QualType ToType, bool PrintTree,
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
266 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
273 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
383 bool PrintTree; member in __anoncf3a9f010111::TemplateDiff
1217 if (PrintTree) { in TreeToString()
1374 if (PrintTree) OS << '['; in PrintTypeNames()
1379 if (PrintTree) { in PrintTypeNames()
1397 } else if (!PrintTree) { in PrintExpr()
1438 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDDiagnostic.cpp858 TDT.PrintTree = true; in FormatDiagnostic()
881 TDT.PrintTree = false; in FormatDiagnostic()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h1342 unsigned PrintTree : 1; member