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

References

unittests/IR/MetadataTest.cpp
 2265       DILocalVariable::get(Context, Scope, Name, File, Line, Type, Arg, Flags,
 2271   EXPECT_EQ(Line, N->getLine());
 2276   EXPECT_EQ(N, DILocalVariable::get(Context, Scope, Name, File, Line, Type, Arg,
 2280       DILocalVariable::get(Context, Scope, Name, File, Line, Type, 0, Flags,
 2282   EXPECT_NE(N, DILocalVariable::get(Context, getSubprogram(), Name, File, Line,
 2284   EXPECT_NE(N, DILocalVariable::get(Context, Scope, "other", File, Line, Type,
 2286   EXPECT_NE(N, DILocalVariable::get(Context, Scope, Name, getFile(), Line, Type,
 2288   EXPECT_NE(N, DILocalVariable::get(Context, Scope, Name, File, Line + 1, Type,
 2290   EXPECT_NE(N, DILocalVariable::get(Context, Scope, Name, File, Line,
 2292   EXPECT_NE(N, DILocalVariable::get(Context, Scope, Name, File, Line, Type,
 2294   EXPECT_NE(N, DILocalVariable::get(Context, Scope, Name, File, Line, Type,