OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TokKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h
32
enum
TokKind
{
88
tgtok::
TokKind
CurCode = tgtok::
TokKind
::Eof;
106
tgtok::
TokKind
Lex() {
114
tgtok::
TokKind
getCode() const { return CurCode; }
136
tgtok::
TokKind
LexToken(bool FileOrLineStart = false);
138
tgtok::
TokKind
ReturnError(SMLoc Loc, const Twine &Msg);
139
tgtok::
TokKind
ReturnError(const char *Loc, const Twine &Msg);
145
tgtok::
TokKind
LexIdentifier();
147
tgtok::
TokKind
LexString()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp
1923
AsmToken::TokenKind
TokKind
= Lexer.getKind();
1925
TokKind
= StringSwitch<AsmToken::TokenKind>(Lexer.getTok().getString())
1935
.Default(
TokKind
);
1938
unsigned TokPrec = getBinOpPrecedence(
TokKind
, Kind);
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026