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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp351 QualType ToType, bool PrintTree,
408 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
411 NeedQuotes = !TDT.PrintTree;
418 if (TDT.PrintTree)
534 /// PrintTree - Format output string as a tree.
535 bool PrintTree; member in class:__anon271::TemplateDiff
1494 if (PrintTree) {
1714 if (PrintTree) OS << '[';
1719 if (PrintTree) {
1736 } else if (!PrintTree) {
2067 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2131 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1087 TDT.PrintTree = true;
1109 TDT.PrintTree = false;
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1825 unsigned PrintTree : 1;

Completed in 130 milliseconds