Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h53 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