Searched refs:TokenValue (Results 1 – 5 of 5) sorted by relevance
64 class TokenValue {69 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function76 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function916 ArrayRef<TokenValue> Tokens) const;
326 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()333 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
693 TokenValue Tokens[] = { in checkDeprecatedCommand()
1132 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()
2010 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()