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

References

unittests/IR/MetadataTest.cpp
  884   DIScope *S = DILexicalBlock::get(Context, N, getFile(), 3, 4);
  888     auto *A = DILocation::get(Context, 2, 7, N);
  889     auto *B = DILocation::get(Context, 2, 7, N);
  893     EXPECT_EQ(N, M->getScope());
  898     auto *A = DILocation::get(Context, 2, 7, N);
  903     EXPECT_EQ(N, M->getScope());
  908     auto *A = DILocation::get(Context, 1, 6, N);
  909     auto *B = DILocation::get(Context, 2, 7, N);
  913     EXPECT_EQ(N, M->getScope());
  918     auto *A = DILocation::get(Context, 1, 6, N);
  923     EXPECT_EQ(N, M->getScope());
  936     auto *I = DILocation::get(Context, 2, 7, N);
  948     auto *I = DILocation::get(Context, 2, 7, N);