Searched defs:PrintTree (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/code_coverage/
H A Dcroc.py604 def PrintTree(self): member in class:Coverage
706 cov.PrintTree()
/external/clang/lib/AST/
H A DASTDiagnostic.cpp232 QualType ToType, bool PrintTree,
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
266 NeedQuotes = !TDT.PrintTree;
273 if (TDT.PrintTree)
382 /// PrintTree - Format output string as a tree.
383 bool PrintTree; member in class:__anon15097::TemplateDiff
1212 if (PrintTree) {
1369 if (PrintTree) OS << '[';
1374 if (PrintTree) {
1392 } else if (!PrintTree) {
1618 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1683 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]

Completed in 109 milliseconds