Searched refs:TokIdx (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp5276 unsigned TokIdx; member in class:__anon19512::AnnotateTokensWorker
5298 bool MoreTokens() const { return TokIdx < NumTokens; }
5299 unsigned NextToken() const { return TokIdx; }
5300 void AdvanceToken() { ++TokIdx; }
5319 NumTokens(numTokens), TokIdx(0), PreprocessingTokIdx(0),
5420 TokIdx = I; // All of the tokens were handled, advance beyond all of them.
5481 unsigned SavedTokIdx = TokIdx;
5482 TokIdx = PreprocessingTokIdx;
5529 PreprocessingTokIdx = TokIdx;
5530 TokIdx
[all...]

Completed in 337 milliseconds