OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumTokens
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Lex/
TokenLexer.h
54
///
NumTokens
- This is the length of the Tokens array.
56
unsigned
NumTokens
;
148
return CurToken ==
NumTokens
;
/external/clang/lib/Lex/
TokenLexer.cpp
42
NumTokens
= Macro->tokens_end()-Macro->tokens_begin();
48
if (
NumTokens
> 0) {
92
NumTokens
= NumToks;
138
for (unsigned i = 0, e =
NumTokens
; i != e; ++i) {
361
NumTokens
= ResultToks.size();
649
return Tokens[
NumTokens
-1].is(tok::eod) && !isAtEnd();
PPDirectives.cpp
[
all
...]
/external/clang/include/clang-c/
Index.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 318 milliseconds