llvm::DITemplateParameter::classof

Check whether MD is this kind of metadata.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

static
bool
classof(Metadata const* MD);

Return Value

true if MD is this kind of metadata.

Parameters

NameDescription
MDMetadata node to test.