Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.h65 StringRef TokenValue; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h53 StringRef TokenValue; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h95 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
103 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function