Searched defs:TokenValue (Results 1 – 2 of 2) sorted by relevance
53 StringRef TokenValue; variable
96 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function104 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function