Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptToken.h65 StringRef TokenValue; variable
/external/llvm-project/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h53 StringRef TokenValue; variable
/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
/external/llvm-project/clang/include/clang/Lex/
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