enum Sema::ResultTypeCompatibilityKind

Description

Describes the compatibility of a result type with its method.

Declared at: clang/include/clang/Sema/Sema.h:10234

Enumerators

NameValueComment
RTC_Compatible0
RTC_Incompatible1
RTC_Unknown2