Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputTree.cpp58 int getCurrentIndentDepth() const { return mIndentDepth + getCurrentTraversalDepth(); } in getCurrentIndentDepth() function in sh::__anon7a7f08980111::TOutputTraverser
88 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitSymbol()
105 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitSwizzle()
117 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitBinary()
279 OutputTreeText(mOut, intermConstantUnion, getCurrentIndentDepth() + 1); in visitBinary()
303 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitUnary()
366 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionDefinition()
374 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitGlobalQualifierDeclaration()
388 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionPrototype()
396 OutputTreeText(mOut, node, getCurrentIndentDepth() + 1); in visitFunctionPrototype()
[all …]