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

References

tools/clang/lib/Lex/PPLexerChange.cpp
  550   if (!MacroExpandingLexersStack.empty() &&
  551       MacroExpandingLexersStack.back().first == CurTokenLexer.get())
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1037     for (const auto &Lexer : MacroExpandingLexersStack) {
 1045   MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
 1050   assert(!MacroExpandingLexersStack.empty());
 1051   size_t tokIndex = MacroExpandingLexersStack.back().second;
 1055   MacroExpandingLexersStack.pop_back();