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

References

include/llvm/IR/DebugInfoMetadata.h
 2170     return getTemporary(getContext(), getName(), getType());
lib/IR/DIBuilder.cpp
  408   return DITemplateTypeParameter::get(VMContext, Name, Ty);
unittests/IR/MetadataTest.cpp
 2085   auto *N = DITemplateTypeParameter::get(Context, Name, Type);
 2090   EXPECT_EQ(N, DITemplateTypeParameter::get(Context, Name, Type));
 2092   EXPECT_NE(N, DITemplateTypeParameter::get(Context, "other", Type));
 2094             DITemplateTypeParameter::get(Context, Name, getBasicType("other")));