Create debugging information for template type parameter.

Synopsis

Declared in <llvm/IR/DIBuilder.h>

DITemplateTypeParameter*
createTemplateTypeParameter(
    DIScope* Scope,
    StringRef Name,
    DIType* Ty,
    bool IsDefault);

Return Value

The template type‐parameter descriptor.

Parameters

Name

Description

Scope

Scope in which this type is defined.

Name

Type parameter name.

Ty

Parameter type.

IsDefault

Parameter is default or not

Created with MrDocs