Searched refs:TokenValue (Results 1 – 4 of 4) sorted by relevance
63 class TokenValue {68 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function75 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function633 ArrayRef<TokenValue> Tokens) const;
297 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()304 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
693 TokenValue Tokens[] = { in checkDeprecatedCommand()
1127 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()