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

References

lib/TableGen/TGLexer.cpp
   53   PrepIncludeStack.push_back(
  395   PrepIncludeStack.push_back(
  578   if (!PrepIncludeStack.back()->empty()) {
  585   if (PrepIncludeStack.empty()) {
  589   PrepIncludeStack.pop_back();
  592     if (!PrepIncludeStack.empty())
  595     if (PrepIncludeStack.empty())
  696     PrepIncludeStack.back()->push_back(
  724     if (PrepIncludeStack.back()->empty())
  727     PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back();
  736     PrepIncludeStack.back()->pop_back();
  737     PrepIncludeStack.back()->push_back(
  757     if (PrepIncludeStack.back()->empty())
  760     auto &IfdefOrElseEntry = PrepIncludeStack.back()->back();
  771     PrepIncludeStack.back()->pop_back();
 1001   for (auto I = PrepIncludeStack.back()->rbegin(),
 1002             E = PrepIncludeStack.back()->rend();
 1012   if (PrepIncludeStack.back()->empty())
 1016   auto &PrepControl = PrepIncludeStack.back()->back();