Searched defs:TokenValue (Results 1 – 1 of 1) sorted by relevance
69 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function76 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function