Home
last modified time | relevance | path

Searched defs:TokenValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h53 StringRef TokenValue; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h96 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
104 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function