Home | History | Annotate | Download | only in templates

Lines Matching refs:isGlobal

160         boolean isGlobal = (paths == m_absPaths);
172 list = matchAndEliminatePartialPaths(next, list, isGlobal, i, psuedoVarRecipient);
188 boolean isGlobal,
237 ElemTemplateElement root = isGlobal ? varScope : findCommonAncestor(matchedPaths);
240 ElemVariable var = createPseudoVarDecl(root, newIter, isGlobal);
242 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : ""));
252 changePartToRef(var.getName(), iter, lengthToTest, isGlobal);
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal);
418 boolean isGlobal)
424 if (isGlobal)
437 * @param isGlobal true if this will be a global reference.
440 final int numSteps, final boolean isGlobal)
444 var.setIsGlobal(isGlobal);
445 if(isGlobal)
610 boolean isGlobal = (paths == m_absPaths);
642 if((0 == numPathsFound) && isGlobal)
650 ElemTemplateElement root = isGlobal ? psuedoVarRecipient : findCommonAncestor(head);
652 ElemVariable var = createPseudoVarDecl(root, sharedIter, isGlobal);
654 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : ""));
688 boolean isGlobal = (paths == m_absPaths);
706 ElemVariable var = createPseudoVarDecl(psuedoVarRecipient, lpi, isGlobal);
813 * @param isGlobal true if the paths are global.
818 LocPathIterator lpi, boolean isGlobal)
823 if(isGlobal)