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() function584 ArrayRef<TokenValue> Tokens) const;
299 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()306 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
682 TokenValue Tokens[] = { in checkDeprecatedCommand()
919 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()