Home | History | Annotate | Download | only in Lex

Lines Matching refs:Pascal

1263     ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
1339 Pascal = false;
1437 pascal string
1441 // If the \p sequence is found in the first token, we have a pascal string
1442 // Otherwise, if we already have a pascal string, ignore the first \p
1445 Pascal = true;
1446 } else if (Pascal)
1498 if (Pascal) {
1514 // Verify that pascal strings aren't too large.