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