Lines Matching full:pascal
1165 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
1241 Pascal = false;
1328 // Check if this is a pascal string
1332 // If the \p sequence is found in the first token, we have a pascal string
1333 // Otherwise, if we already have a pascal string, ignore the first \p
1336 Pascal = true;
1337 } else if (Pascal)
1389 if (Pascal) {
1405 // Verify that pascal strings aren't too large.