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

References

tools/clang/lib/Lex/TokenLexer.cpp
   57   NumTokens = Macro->tokens_end()-Macro->tokens_begin();
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  974   for (auto It = Info.MI->tokens_begin(), E = Info.MI->tokens_end(); It != E;
tools/clang/tools/extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
   78   if (Tok == MI->tokens_end())
   91   while (Tok != MI->tokens_end() &&
   98   return Tok == MI->tokens_end() ||
  115   for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) {
  146     const Token &Last = *(MI->tokens_end() - 1);
  161   for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) {
  167     if ((TI + 1) == MI->tokens_end())
  222         TI + 2 != MI->tokens_end() && (TI + 2)->is(tok::r_paren))
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  505                                                te = macro_info->tokens_end();