Searched defs:TokenValue (Results 1 – 5 of 5) sorted by relevance
65 StringRef TokenValue; variable
53 StringRef TokenValue; variable
70 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function77 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
95 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function103 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function