llvm::MatchFuzzyDiag::classof

Is FCD an instance of MatchFuzzyDiag?

Synopsis

Declared in <llvm/FileCheck/FileCheck.h>

static
bool
classof(FileCheckDiag const* FCD);

Return Value

true if FCD is a MatchFuzzyDiag.

Parameters

NameDescription
FCDDiagnostic to test.