Home | History | Annotate | Download | only in Lex

Lines Matching refs:Identifier

56 /// specified name.  If not, return the handler for the null identifier if it
383 // skipping while reading the identifier to poison.
400 // Look up the identifier info for the token. We disabled identifier lookup
407 // If this is a macro identifier, emit a warning.
750 // Check to make sure we don't already have a pragma for this identifier.
752 "Pragma handler already exists for this identifier!");
786 if (Tok.isNot(tok::identifier)) {
863 if (Tok.isNot(tok::identifier)) {
880 Token Identifier;
881 PP.LexUnexpandedToken(Identifier);
882 if (auto *DumpII = Identifier.getIdentifierInfo()) {
887 SourceRange(Tok.getLocation(), Identifier.getLocation()));
892 PP.Diag(Identifier, diag::warn_pragma_debug_missing_argument)
976 if (Tok.isNot(tok::identifier)) {