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

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  244     for (auto AbbrDecl : *AbbrDecls) {
tools/obj2yaml/dwarf2yaml.cpp
   30       for (auto AbbrvDecl : AbbrvDeclSet.second) {
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1780   typedef decltype(Abbrevs->begin()) AbbrevIt;
 1783   for(auto it = Abbrevs->begin(); it != Abbrevs->end(); ++it) {