Home | History | Annotate | Download | only in Parse

Lines Matching full:identifier

246 //   pack '(' ('push' | 'pop') [',' identifier] [, integer] ')'
275 } else if (Tok.is(tok::identifier)) {
298 } else if (Tok.is(tok::identifier)) {
370 if (Tok.isNot(tok::identifier)) {
413 if (Tok.isNot(tok::identifier) ||
428 if (Tok.isNot(tok::identifier)) {
486 // #pragma unused(identifier)
510 if (Tok.is(tok::identifier)) {
548 // For each identifier token, insert into the token stream a
549 // annot_pragma_unused token followed by the identifier token.
567 // #pragma weak identifier
568 // #pragma weak identifier '=' identifier
576 if (Tok.isNot(tok::identifier)) {
589 if (Tok.isNot(tok::identifier)) {
629 // #pragma redefine_extname identifier identifier
637 if (Tok.isNot(tok::identifier)) {
646 if (Tok.isNot(tok::identifier)) {
701 if (Tok.isNot(tok::identifier)) {
716 if (Tok.isNot(tok::identifier)) {
873 // Read the identifier.
875 if (Tok.isNot(tok::identifier)) {