Lines Matching full:identifier
32 case tok::period: // designator: '.' identifier
50 case tok::identifier:
64 case tok::identifier: // designation: identifier ':'
76 case tok::identifier:
131 /// [GNU] identifier ':'
139 /// '.' identifier
152 // designation ::= identifier ':'
155 if (Tok.is(tok::identifier)) {
162 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier.
185 // designator: '.' identifier
188 if (Tok.isNot(tok::identifier)) {
195 ConsumeToken(); // Eat the identifier.
233 if (Tok.is(tok::identifier) && Tok.getIdentifierInfo() == Ident_super &&
266 } else if (getLangOpts().ObjC1 && Tok.is(tok::identifier)) {
286 ConsumeToken(); // the identifier