OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextTok
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
129
StatementFilterCCC(Token
nextTok
) : NextToken(
nextTok
) {
130
WantTypeSpecifiers =
nextTok
.isOneOf(tok::l_paren, tok::less, tok::l_square,
133
nextTok
.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
135
nextTok
.isOneOf(tok::l_paren, tok::semi, tok::identifier, tok::l_brace);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp
2439
const AsmToken
nextTok
= getTok();
2440
const StringRef nextVal =
nextTok
.getString();
2441
const SMLoc nextLoc =
nextTok
.getLoc();
3678
const AsmToken
NextTok
= Lexer.peekTok();
3679
if (
NextTok
.is(AsmToken::Identifier) &&
3680
NextTok
.getString().equals_lower("dup")) {
4042
const AsmToken
NextTok
= Lexer.peekTok();
4043
if (
NextTok
.is(AsmToken::Identifier) &&
4044
NextTok
.getString().equals_lower("dup")) {
4308
AsmToken
NextTok
= getTok()
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026