Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp37 struct DeferredReplacementBlock struct
39 const TVariable *originalVariable; // variable to be replaced
40 TVariable *replacementVariable; // variable to replace originalVar with
41 TIntermBlock *functionBody; // function body where replacement occurs