Searched refs:TokenValue (Results 1 – 5 of 5) 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() function663 ArrayRef<TokenValue> Tokens) const;
312 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()319 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
693 TokenValue Tokens[] = { in checkDeprecatedCommand()
1122 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()
1875 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()