OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokKind
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
TGLexer.h
30
enum
TokKind
{
70
tgtok::
TokKind
CurCode;
88
tgtok::
TokKind
Lex() {
96
tgtok::
TokKind
getCode() const { return CurCode; }
113
tgtok::
TokKind
LexToken();
115
tgtok::
TokKind
ReturnError(const char *Loc, const Twine &Msg);
121
tgtok::
TokKind
LexIdentifier();
123
tgtok::
TokKind
LexString();
124
tgtok::
TokKind
LexVarName();
125
tgtok::
TokKind
LexNumber()
[
all
...]
TGLexer.cpp
42
tgtok::
TokKind
TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
88
tgtok::
TokKind
TGLexer::LexToken() {
183
tgtok::
TokKind
TGLexer::LexString() {
235
tgtok::
TokKind
TGLexer::LexVarName() {
250
tgtok::
TokKind
TGLexer::LexIdentifier() {
266
tgtok::
TokKind
Kind = StringSwitch<tgtok::
TokKind
>(Str)
293
tgtok::
TokKind
Tok = LexToken();
379
tgtok::
TokKind
TGLexer::LexNumber() {
434
tgtok::
TokKind
TGLexer::LexBracket()
[
all
...]
TGParser.cpp
377
static bool isObjectStart(tgtok::
TokKind
K) {
922
tgtok::
TokKind
OpTok = Lex.getCode();
992
tgtok::
TokKind
LexCode = Lex.getCode();
[
all
...]
Completed in 41 milliseconds