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

References

tools/clang/lib/Sema/SemaAttr.cpp
  973   const std::pair<unsigned, SourceLocation> *Back = &Stack->back();
  981       Stack->pop_back();
  982       Back = &Stack->back();
  991   Stack->pop_back();
  993   if (Stack->empty())