Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp5792 unsigned TokIdx; member in __anonc9d3eafc0a11::AnnotateTokensWorker
5814 bool MoreTokens() const { return TokIdx < NumTokens; } in MoreTokens()
5815 unsigned NextToken() const { return TokIdx; } in NextToken()
5816 void AdvanceToken() { ++TokIdx; } in AdvanceToken()
5835 NumTokens(numTokens), TokIdx(0), PreprocessingTokIdx(0), in AnnotateTokensWorker()
5936 TokIdx = I; // All of the tokens were handled, advance beyond all of them. in annotateAndAdvanceFunctionMacroTokens()
5997 unsigned SavedTokIdx = TokIdx; in Visit()
5998 TokIdx = PreprocessingTokIdx; in Visit()
6045 PreprocessingTokIdx = TokIdx; in Visit()
6046 TokIdx = SavedTokIdx; in Visit()
[all …]