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
 1781   AbbrevIt Val1Abbrev = Abbrevs->end();
 1782   AbbrevIt Val2Abbrev = Abbrevs->end();
 1783   for(auto it = Abbrevs->begin(); it != Abbrevs->end(); ++it) {
 1811       EXPECT_EQ(Val1Abbrev, Abbrevs->end());
 1816       EXPECT_EQ(Val2Abbrev, Abbrevs->end());