Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp252 QualType ToType, bool PrintTree,
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
283 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
290 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
413 bool PrintTree; member in __anon910c3b370111::TemplateDiff
1258 if (PrintTree) { in TreeToString()
1414 if (PrintTree) OS << '['; in PrintTypeNames()
1419 if (PrintTree) { in PrintTypeNames()
1437 } else if (!PrintTree) { in PrintExpr()
1478 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DPipeline.py130 from Visitor import PrintTree
315 from Cython.Compiler.Visitor import PrintTree
326 if not printtree and isinstance(phase, PrintTree):
DVisitor.py701 class PrintTree(TreeVisitor): class
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
DTestTreePath.py2 from Cython.Compiler.Visitor import PrintTree
/external/chromium_org/tools/code_coverage/
Dcroc.py604 def PrintTree(self): member in Coverage
706 cov.PrintTree()
/external/clang/lib/Basic/
DDiagnostic.cpp849 TDT.PrintTree = true; in FormatDiagnostic()
871 TDT.PrintTree = false; in FormatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h1379 unsigned PrintTree : 1; member