LLVM
8.0.1
|
#include "llvm/WindowsResource/ResourceScriptToken.h"
Public Types | |
enum | Kind { Kind::TOKEN, Kind::SHORT_TOKEN, Kind::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 30 of file ResourceScriptToken.h.
|
strong |
Enumerator | |
---|---|
TOKEN | |
SHORT_TOKEN | |
TOKEN |
Definition at line 32 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 |