Searched refs:getCurVariableScope (Results 1 – 2 of 2) sorted by relevance
244 VariableScope& varScope = getCurVariableScope(); in allocate()292 const vector<Variable*>& curLiveVars = getCurVariableScope().getLiveVariables(); in canDeclareInCurrentScope()298 return getCurVariableScope().getLiveVariables(); in getLiveVariables()318 getCurVariableScope().declare(variable); in declareVariable()398 VariableScope& curScope = getCurVariableScope(); in popVariableScope()
241 VariableScope& getCurVariableScope (void) { return *m_variableScopeStack.back(); } in getCurVariableScope() function in rsg::VariableManager242 const VariableScope& getCurVariableScope (void) const { return *m_variableScopeStack.back(); } in getCurVariableScope() function in rsg::VariableManager