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

References

tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
  151   Index["a"] = "/b/f1";
  152   Index["c"] = "/d/f2";
  153   Index["e"] = "/f/f3";
  154   std::string IndexText = createCrossTUIndexString(Index);
  168   for (const auto &E : Index) {
  173     EXPECT_TRUE(Index.count(E.getKey()));