Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp387 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
504 bool PrintTree; member in __anon1ae89fb20111::TemplateDiff
1460 if (PrintTree) { in TreeToString()
1669 if (PrintTree) { in PrintTypeNames()
1768 if (!PrintTree) { in PrintAPSInt()
1903 if (!PrintTree) { in PrintValueDeclAndInteger()
1925 if (!PrintTree) { in PrintIntegerAndValueDecl()
1941 if (PrintTree) { in PrintElideArgs()
1979 if (PrintTree) { in PrintQualifiers()
2023 PrintTree(PrintTree), in TemplateDiff()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1031 TDT.PrintTree = true; in FormatDiagnostic()
1053 TDT.PrintTree = false; in FormatDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1792 unsigned PrintTree : 1; member