Home | History | Annotate | Download | only in Parse

Lines Matching full:identifier

109   if (!Tok1.is(tok::identifier) && !Tok1.is(tok::star))
112 if (Tok1.is(tok::identifier)) {
121 if (Tok2.is(tok::identifier)) {
150 /// nested-name-specifier identifier '::'
176 /// filled in with the leading identifier in the last component of the
190 assert(!LastII && "want last identifier but have already annotated scope");
279 // 'identifier <' after it.
291 if (Tok.is(tok::identifier)) {
292 // Consume the identifier.
389 // tok::identifier.
390 if (Tok.isNot(tok::identifier))
398 // nested-name-specifier identifier '::'
408 // If the token after the colon isn't an identifier, it's still an
411 PP.LookAhead(1).is(tok::identifier)) {
431 // We have an identifier followed by a '::'. Lookup this name
496 // Consume the identifier.
531 /// '::' identifier
619 /// identifier
620 /// '&' identifier
624 /// identifier initializer
625 /// '&' identifier initializer
666 (Next.is(tok::identifier) && // [identifier]
672 // [identifier identifier
673 if (Next.is(tok::identifier) && After.is(tok::identifier)) {
780 if (Tok.is(tok::identifier)) {
1289 if (Tok.is(tok::identifier)) {
1320 if (!Tok.is(tok::identifier)) {
1608 case tok::identifier: // foo::bar
1724 /// This routine is invoked when a '<' is encountered after an identifier or
1734 /// identifier that may be a template-name.
1791 Name = Id.Identifier->getName();
1797 Name += Id.Identifier->getName();
1875 TemplateId->Name = Id.Identifier;
2053 // operator string-literal identifier
2092 } else if (Tok.is(tok::identifier)) {
2157 /// \brief Parse a C++ unqualified-id (or a C identifier), which describes the
2162 /// identifier
2204 // identifier
2206 if (Tok.is(tok::identifier)) {
2207 // Consume the identifier.
2213 // identifier and return.
2228 // We have parsed an identifier.
2329 if (Tok.isNot(tok::identifier)) {