Lines Matching full:pascal
1957 Pascal(false) { in StringLiteralParser()
2049 Pascal = false; in init()
2178 // Check if this is a pascal string in init()
2183 // If the \p sequence is found in the first token, we have a pascal string in init()
2184 // Otherwise, if we already have a pascal string, ignore the first \p in init()
2187 Pascal = true; in init()
2188 } else if (Pascal) in init()
2241 assert((!Pascal || !isUnevaluated()) && in init()
2242 "Pascal string in unevaluated context"); in init()
2243 if (Pascal) { in init()
2259 // Verify that pascal strings aren't too large. in init()