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

References

unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
  112     ASSERT_NE(nullptr, Compilands);
  113     ASSERT_EQ(2U, Compilands->getChildCount());
  117     for (int I = Compilands->getChildCount() - 1; I >= 0; --I) {
  118       auto Compiland = Compilands->getChildAtIndex(I);
  122     while (auto Compiland = Compilands->getNext())