OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurTokenIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenLexer.h
57
unsigned
CurTokenIdx
;
160
return
CurTokenIdx
== NumTokens;
188
///
CurTokenIdx
data members.
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
46
CurTokenIdx
= 0;
109
CurTokenIdx
= 0;
200
for (unsigned int
CurTokenIdx
= 0;
CurTokenIdx
!= NumVAOptTokens;
201
++
CurTokenIdx
) {
202
if (VAOPTTokens[
CurTokenIdx
].is(tok::hashhash)) {
203
assert(
CurTokenIdx
!= 0 &&
205
Token &LHS = VAOPTTokens[
CurTokenIdx
- 1];
207
CurTokenIdx
);
210
if (
CurTokenIdx
== NumVAOptTokens
[
all
...]
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026