Searched refs:curLiveVars (Results 1 – 1 of 1) sorted by relevance
292 const vector<Variable*>& curLiveVars = getCurVariableScope().getLiveVariables(); in canDeclareInCurrentScope() local293 return std::find(curLiveVars.begin(), curLiveVars.end(), variable) != curLiveVars.end(); in canDeclareInCurrentScope()405 vector<Variable*>& curLiveVars = curScope.getLiveVariables(); in popVariableScope() local408 while (!curLiveVars.empty()) in popVariableScope()410 Variable* liveVar = curLiveVars.back(); in popVariableScope()412 curLiveVars.pop_back(); in popVariableScope()