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

/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestTreePath.py2 from Cython.Compiler.Visitor import PrintTree namespace
/external/chromium_org/tools/code_coverage/
H A Dcroc.py604 def PrintTree(self): member in class:Coverage
706 cov.PrintTree()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPipeline.py130 from Visitor import PrintTree namespace
315 from Cython.Compiler.Visitor import PrintTree namespace
326 if not printtree and isinstance(phase, PrintTree):
H A DVisitor.py701 class PrintTree(TreeVisitor): class in inherits:TreeVisitor
/external/clang/lib/AST/
H A DASTDiagnostic.cpp252 QualType ToType, bool PrintTree,
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
283 NeedQuotes = !TDT.PrintTree;
290 if (TDT.PrintTree)
412 /// PrintTree - Format output string as a tree.
413 bool PrintTree; member in class:__anon17714::TemplateDiff
1258 if (PrintTree) {
1414 if (PrintTree) OS << '[';
1419 if (PrintTree) {
1437 } else if (!PrintTree) {
1665 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1730 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]

Completed in 2407 milliseconds