Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
DResourceScriptToken.h65 StringRef TokenValue; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h53 StringRef TokenValue; variable
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h94 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
102 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function