Home
last modified time | relevance | path

Searched defs:newBody (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp241 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
303 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DAutofixer.ts192 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true); constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DAutofixer.ts192 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true); constant
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts218 …const newBody = (withParen || needsParentheses(expression)) ? factory.createParenthesizedExpressio… constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp749 auto *const newBody = traverseAnyAs<TIntermBlock>(*body); in traverseFunctionDefinitionChildren() local
803 auto *const newBody = traverseAnyAs<TIntermBlock>(*body); in traverseLoopChildren() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp747 auto *newBody = new TIntermBlock(); in visitMain() local
846 auto *newBody = new TIntermBlock(); in visitMain() local