Home | History | Annotate | Download | only in Lex

Lines Matching defs:Identifier

5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
75 /// specified name. If not, return the handler for the null identifier if it
426 // skipping while reading the identifier to poison.
443 // Look up the identifier info for the token. We disabled identifier lookup
450 // If this is a macro identifier, emit a warning.
748 // Lex a component of a module name: either an identifier or a string literal;
916 // Check to make sure we don't already have a pragma for this identifier.
918 "Pragma handler already exists for this identifier!");
952 if (Tok.isNot(tok::identifier)) {
1037 if (Tok.isNot(tok::identifier)) {
1060 Token Identifier;
1061 PP.LexUnexpandedToken(Identifier);
1062 if (auto *DumpII = Identifier.getIdentifierInfo()) {
1067 SourceRange(Tok.getLocation(), Identifier.getLocation()));
1072 PP.Diag(Identifier, diag::warn_pragma_debug_missing_argument)
1234 if (Tok.isNot(tok::identifier)) {