llvm::ErrorAsOutParameter::ErrorAsOutParameter

Constructors

Synopses

Declared in <llvm/Support/Error.h>

Mark out-parameter Err as checked for this object's lifetime.

ErrorAsOutParameter(Error& Err);
» more...

Mark Err as checked for the duration of this object's lifetime.

ErrorAsOutParameter(Error* Err);
» more...

Parameters

NameDescription
ErrError out-parameter to mark checked.