reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 6896   bool MoreTokens() const { return TokIdx < NumTokens; }
 6897   unsigned NextToken() const { return TokIdx; }
 6898   void AdvanceToken() { ++TokIdx; }
 7085   TokIdx = I; // All of the tokens were handled, advance beyond all of them.
 7149     unsigned SavedTokIdx = TokIdx;
 7150     TokIdx = PreprocessingTokIdx;
 7197     PreprocessingTokIdx = TokIdx;
 7198     TokIdx = SavedTokIdx;
 7280     TokIdx = Info.BeforeReachingCursorIdx;