Searched refs:globalVars (Results 1 – 2 of 2) sorted by relevance
84 const vector<Variable*>& globalVars = m_globalScope.getDeclaredVariables(); in getOutputs() local85 for (vector<Variable*>::const_iterator i = globalVars.begin(); i != globalVars.end(); i++) in getOutputs()
793 Vector globalVars = root.getVariablesAndParamsComposed(); in changeToVarRef() local796 varRef.setIndex(globalVars.size()-1); in changeToVarRef()854 Vector globalVars = stylesheetRoot.getVariablesAndParamsComposed(); in createGlobalPseudoVarDecl() local855 psuedoVar.setIndex(globalVars.size()); in createGlobalPseudoVarDecl()856 globalVars.addElement(psuedoVar); in createGlobalPseudoVarDecl()