Home
last modified time | relevance | path

Searched refs:TokIdx (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6975 unsigned TokIdx; member in __anon2c39628a0a11::AnnotateTokensWorker
7004 bool MoreTokens() const { return TokIdx < NumTokens; } in MoreTokens()
7005 unsigned NextToken() const { return TokIdx; } in NextToken()
7006 void AdvanceToken() { ++TokIdx; } in AdvanceToken()
7024 : Tokens(tokens), Cursors(cursors), NumTokens(numTokens), TokIdx(0), in AnnotateTokensWorker()
7186 TokIdx = I; // All of the tokens were handled, advance beyond all of them. in annotateAndAdvanceFunctionMacroTokens()
7251 unsigned SavedTokIdx = TokIdx; in Visit()
7252 TokIdx = PreprocessingTokIdx; in Visit()
7299 PreprocessingTokIdx = TokIdx; in Visit()
7300 TokIdx = SavedTokIdx; in Visit()
[all …]