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

References

unittests/IR/MetadataTest.cpp
 2408   auto *N = DIObjCProperty::get(Context, Name, File, Line, GetterName,
 2412   EXPECT_EQ(Name, N->getName());
 2419   EXPECT_EQ(N, DIObjCProperty::get(Context, Name, File, Line, GetterName,
 2424   EXPECT_NE(N, DIObjCProperty::get(Context, Name, getFile(), Line, GetterName,
 2426   EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line + 1, GetterName,
 2428   EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, "other",
 2430   EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName,
 2432   EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName,
 2434   EXPECT_NE(N, DIObjCProperty::get(Context, Name, File, Line, GetterName,