Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6165 unsigned TokIdx; member in __anonc9d3eafc0a11::AnnotateTokensWorker
6187 bool MoreTokens() const { return TokIdx < NumTokens; } in MoreTokens()
6188 unsigned NextToken() const { return TokIdx; } in NextToken()
6189 void AdvanceToken() { ++TokIdx; } in AdvanceToken()
6208 NumTokens(numTokens), TokIdx(0), PreprocessingTokIdx(0), in AnnotateTokensWorker()
6309 TokIdx = I; // All of the tokens were handled, advance beyond all of them. in annotateAndAdvanceFunctionMacroTokens()
6370 unsigned SavedTokIdx = TokIdx; in Visit()
6371 TokIdx = PreprocessingTokIdx; in Visit()
6418 PreprocessingTokIdx = TokIdx; in Visit()
6419 TokIdx = SavedTokIdx; in Visit()
[all …]