Searched refs:getCurValueScope (Results 1 – 2 of 2) sorted by relevance
245 ValueScope& valueScope = getCurValueScope(); in allocate()335 getCurValueScope().removeValue(variable); in removeValueFromCurrentScope()357 ValueScope& curScope = getCurValueScope(); in setValue()432 ValueScope& oldScope = getCurValueScope(); in popValueScope()441 ValueScope& newTopScope = getCurValueScope(); in popValueScope()
244 ValueScope& getCurValueScope (void) { return *m_valueScopeStack.back(); } in getCurValueScope() function in rsg::VariableManager245 const ValueScope& getCurValueScope (void) const { return *m_valueScopeStack.back(); } in getCurValueScope() function in rsg::VariableManager