Constructors
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...
| Name | Description |
|---|---|
| Err | Error out-parameter to mark checked. |