HomeSort by relevance Sort by last modified time
    Searched defs:PrintTree (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 43 def PrintTree(self, indent=0, stream=sys.stdout):
140 def PrintTree(self, indent=0, stream=sys.stdout):
188 def PrintTree(self, indent=0, stream=sys.stdout):
199 child.PrintTree(indent + 2, stream)
  /external/clang/lib/AST/
ASTDiagnostic.cpp 316 QualType ToType, bool PrintTree,
344 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
347 NeedQuotes = !TDT.PrintTree;
354 if (TDT.PrintTree)
470 /// PrintTree - Format output string as a tree.
471 bool PrintTree;
    [all...]

Completed in 96 milliseconds