Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp5537 unsigned TokIdx; member in __anonc9d3eafc0711::AnnotateTokensWorker
5559 bool MoreTokens() const { return TokIdx < NumTokens; } in MoreTokens()
5560 unsigned NextToken() const { return TokIdx; } in NextToken()
5561 void AdvanceToken() { ++TokIdx; } in AdvanceToken()
5580 NumTokens(numTokens), TokIdx(0), PreprocessingTokIdx(0), in AnnotateTokensWorker()
5681 TokIdx = I; // All of the tokens were handled, advance beyond all of them. in annotateAndAdvanceFunctionMacroTokens()
5742 unsigned SavedTokIdx = TokIdx; in Visit()
5743 TokIdx = PreprocessingTokIdx; in Visit()
5790 PreprocessingTokIdx = TokIdx; in Visit()
5791 TokIdx = SavedTokIdx; in Visit()
[all …]