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

References

lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
   95   WorkList.push_back(LScopes.getCurrentFunctionScope());
   96   while (!WorkList.empty()) {
   97     LexicalScope *S = WorkList.pop_back_val();
  101       WorkList.append(Children.begin(), Children.end());