enum TryCastResult

Declared at: clang/lib/Sema/SemaCast.cpp:33

Enumerators

NameValueComment
TC_NotApplicable0The cast method is not applicable.
TC_Success1The cast method is appropriate and successful.
TC_Extension2The cast method is appropriate and accepted as a language extension.
TC_Failed3The cast method is appropriate, but failed. A diagnostic has been emitted.