Home | History | Annotate | Download | only in yarr

Lines Matching refs:invertOrCapture

71     bool invertOrCapture;
144 , invertOrCapture(invert)
152 ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool invertOrCapture, int inputPos)
154 , invertOrCapture(invertOrCapture)
165 , invertOrCapture(invert)
171 ByteTerm(Type type, unsigned subpatternId, bool invertOrCapture, int inputPos)
173 , invertOrCapture(invertOrCapture)
274 return invertOrCapture;
279 return invertOrCapture;