Searched refs:TokenValue (Results 1 – 4 of 4) sorted by relevance
62 class TokenValue {67 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(0) { in TokenValue() function74 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function587 ArrayRef<TokenValue> Tokens) const;
300 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()307 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
663 TokenValue Tokens[] = { in checkDeprecatedCommand()
950 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()