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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp319 QualType ToType, bool PrintTree,
376 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
379 NeedQuotes = !TDT.PrintTree;
386 if (TDT.PrintTree)
502 /// PrintTree - Format output string as a tree.
503 bool PrintTree; member in class:__anon296::TemplateDiff
1459 if (PrintTree) {
1663 if (PrintTree) OS << '[';
1668 if (PrintTree) {
1685 } else if (!PrintTree) {
2016 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2080 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1031 TDT.PrintTree = true;
1053 TDT.PrintTree = false;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1792 unsigned PrintTree : 1;

Completed in 198 milliseconds