Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptToken.h66 StringRef TokenValue; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h54 StringRef TokenValue; variable
/external/clang/include/clang/Lex/
DPreprocessor.h70 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
77 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function