Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp419 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
536 bool PrintTree; member in __anon3993e9340111::TemplateDiff
1495 if (PrintTree) { in TreeToString()
1720 if (PrintTree) { in PrintTypeNames()
1819 if (!PrintTree) { in PrintAPSInt()
1955 if (!PrintTree) { in PrintValueDeclAndInteger()
1977 if (!PrintTree) { in PrintIntegerAndValueDecl()
1993 if (PrintTree) { in PrintElideArgs()
2031 if (PrintTree) { in PrintQualifiers()
2075 PrintTree(PrintTree), in TemplateDiff()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1084 TDT.PrintTree = true; in FormatDiagnostic()
1106 TDT.PrintTree = false; in FormatDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1831 unsigned PrintTree : 1;