Home | History | Annotate | Download | only in Lex

Lines Matching full:slash

1244   // If we have a slash, look for an escaped newline.
1248 Slash:
1252 // See if we have optional whitespace characters between the slash and
1276 // Otherwise, this is not an escaped newline, just return the slash.
1290 if (C == '\\') goto Slash;
1309 // If we have a slash, look for an escaped newline.
1313 Slash:
1333 // Otherwise, this is not an escaped newline, just return the slash.
1344 if (C == '\\') goto Slash;
2098 // between the slash and newline.
2105 // If we have a slash, we know this is an escaped newline.
2109 // It isn't a slash, is it the ?? / trigraph?
2184 // then this slash does not end the block comment, it is part of it.
2207 // Adjust the pointer to point directly after the first slash. It's
3146 // "foo". Check to see if the character after the second slash is a '*'.
3175 Kind = tok::slash;