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

References

unittests/ADT/StringRefTest.cpp
  936   StringRef StrEmptyc = StrEmpty.copy(Alloc);
  940   EXPECT_EQ(Alloc.getTotalMemory(), 0u);
  944   StringRef Str1c = Str1.copy(Alloc);
  945   StringRef Str2c = Str2.copy(Alloc);