enum TryCastResult
Declared at: clang/lib/Sema/SemaCast.cpp:33
Enumerators
Name | Value | Comment |
---|---|---|
TC_NotApplicable | 0 | The cast method is not applicable. |
TC_Success | 1 | The cast method is appropriate and successful. |
TC_Extension | 2 | The cast method is appropriate and accepted as a language extension. |
TC_Failed | 3 | The cast method is appropriate, but failed. A diagnostic has been emitted. |