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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h53 StringRef TokenValue; member in class:llvm::RCToken
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h89 class TokenValue { class in namespace:clang
94 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { function in class:clang::TokenValue
102 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} function in class:clang::TokenValue

Completed in 76 milliseconds