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

References

unittests/IR/MetadataTest.cpp
 2031   auto *N = DINamespace::get(Context, Scope, Name, ExportSymbols);
 2034   EXPECT_EQ(Scope, N->getScope());
 2036   EXPECT_EQ(N, DINamespace::get(Context, Scope, Name, ExportSymbols));
 2038   EXPECT_NE(N, DINamespace::get(Context, Scope, "other", ExportSymbols));
 2039   EXPECT_NE(N, DINamespace::get(Context, Scope, Name, !ExportSymbols));