Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp368 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
485 bool PrintTree; member in __anon99f83f0d0111::TemplateDiff
1442 if (PrintTree) { in TreeToString()
1651 if (PrintTree) { in PrintTypeNames()
1749 if (!PrintTree) { in PrintAPSInt()
1877 if (!PrintTree) { in PrintValueDeclAndInteger()
1899 if (!PrintTree) { in PrintIntegerAndValueDecl()
1915 if (PrintTree) { in PrintElideArgs()
1953 if (PrintTree) { in PrintQualifiers()
1997 PrintTree(PrintTree), in TemplateDiff()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp1016 TDT.PrintTree = true; in FormatDiagnostic()
1038 TDT.PrintTree = false; in FormatDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1573 unsigned PrintTree : 1; member