LLVM 20.0.0git
|
#include "llvm/WindowsResource/ResourceScriptToken.h"
Public Types | |
enum class | Kind { TOKEN , SHORT_TOKEN } |
Public Member Functions | |
RCToken (RCToken::Kind RCTokenKind, StringRef Value) | |
uint32_t | intValue () const |
bool | isLongInt () const |
StringRef | value () const |
Kind | kind () const |
bool | isBinaryOp () const |
Definition at line 29 of file ResourceScriptToken.h.
|
strong |
Enumerator | |
---|---|
TOKEN | |
SHORT_TOKEN |
Definition at line 31 of file ResourceScriptToken.h.
llvm::RCToken::RCToken | ( | RCToken::Kind | RCTokenKind, |
StringRef | Value | ||
) |
uint32_t llvm::RCToken::intValue | ( | ) | const |
bool llvm::RCToken::isBinaryOp | ( | ) | const |
bool llvm::RCToken::isLongInt | ( | ) | const |
Kind llvm::RCToken::kind | ( | ) | const |
StringRef llvm::RCToken::value | ( | ) | const |