LLVM 20.0.0git
|
Functions | |
static bool | isBangOperator (tgtok::TokKind Kind) |
isBangOperator - Return true if this is a bang operator. | |
static bool | isObjectStart (tgtok::TokKind Kind) |
isObjectStart - Return true if this is a valid first token for a statement. | |
static bool | isStringValue (tgtok::TokKind Kind) |
isStringValue - Return true if this is a string value. | |
enum llvm::tgtok::TokKind |
|
inlinestatic |
isBangOperator - Return true if this is a bang operator.
Definition at line 173 of file TGLexer.h.
References BANG_OPERATOR_FIRST, and BANG_OPERATOR_LAST.
|
inlinestatic |
isObjectStart - Return true if this is a valid first token for a statement.
Definition at line 178 of file TGLexer.h.
References OBJECT_START_FIRST, and OBJECT_START_LAST.
|
inlinestatic |
isStringValue - Return true if this is a string value.
Definition at line 183 of file TGLexer.h.
References STRING_VALUE_FIRST, and STRING_VALUE_LAST.
Referenced by llvm::TGLexer::getCurStrVal().