Lines Matching defs:makeLocation

135       return makeLocation(tok);
251 Location makeLocation(Token t) {
252 return sb.makeLocation(sourceUri, t.beginLine, t.beginColumn);
342 Location loc = makeLocation(t);
429 a.addAttribute(ns, localName, prefix, value, makeLocation(tok));
760 p = afterComments(g.endIncludedGrammar(sb.makeLocation(sourceUri, 1, 1), a));
772 p = afterComments(g.endGrammar(sb.makeLocation(sourceUri, 1, 1), a));
997 {if (true) return sb.makeEmpty(makeLocation(t), a);}
1004 {if (true) return sb.makeText(makeLocation(t), a);}
1011 {if (true) return sb.makeNotAllowed(makeLocation(t), a);}
1043 p = sb.makeChoice(patterns, makeLocation(t), a);
1060 p = sb.makeInterleave(patterns, makeLocation(t), a);
1077 p = sb.makeGroup(patterns, makeLocation(t), a);
1093 p = sb.makeGroup(patterns, makeLocation(t), a);
1113 checkExcept(except); p = sb.makeOneOrMore(p, makeLocation(t), null);
1117 checkExcept(except); p = sb.makeOptional(p, makeLocation(t), null);
1121 checkExcept(except); p = sb.makeZeroOrMore(p, makeLocation(t), null);
1164 {if (true) return sb.makeElement(nc, p, makeLocation(t), a);}
1178 {if (true) return sb.makeAttribute(nc, p, makeLocation(t), a);}
1285 nc = ncb.makeChoice(Arrays.asList(nameClasses).subList(0,nNameClasses), makeLocation(t), a);
1389 checkAnyName(context, t); {if (true) return ncb.makeAnyName(makeLocation(t), a);}
1417 {if (true) return ncb.makeName(lookupPrefix(prefix, t), qn.substring(colon + 1), prefix, makeLocation(t), a);}
1459 nc = ncb.makeAnyName(nc, makeLocation(t), a);
1464 nc = ncb.makeAnyName(makeLocation(t), a);
1481 nc = ncb.makeChoice(Collections.singletonList(nc), makeLocation(t), pa[0]);
1502 {if (true) return sb.makeList(p, makeLocation(t), a);}
1514 {if (true) return sb.makeMixed(p, makeLocation(t), a);}
1527 {if (true) return g.endGrammar(makeLocation(t), a);}
1633 section.define(GrammarSection.START, combine, p, makeLocation(t), a);
1688 include.endInclude(parseable, resolve(href), ns, makeLocation(t), a);
1765 div.endDiv(makeLocation(t), a);
1776 div.endDiv(makeLocation(t), a);
1787 {if (true) return sb.makeExternalRef(parseable, resolve(href), ns, scope, makeLocation(t), a);}
1860 loc = makeLocation(datatypeToken);
2118 makeLocation(t),
2121 eab.addText(mungeComment(t.image), makeLocation(t), null);
2133 eab.addText("\u005cn" + mungeComment(t.image), makeLocation(t), null);
2384 makeLocation(t), comments, getContext());
2515 eab.addText(unquote(t.image), makeLocation(t), comments);