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);
 2035   EXPECT_EQ(Name, N->getName());
 2036   EXPECT_EQ(N, DINamespace::get(Context, Scope, Name, ExportSymbols));
 2037   EXPECT_NE(N, DINamespace::get(Context, getFile(), Name, ExportSymbols));
 2039   EXPECT_NE(N, DINamespace::get(Context, Scope, Name, !ExportSymbols));