enum Sema::ResultTypeCompatibilityKind
Description
Describes the compatibility of a result type with its method.
Declared at: clang/include/clang/Sema/Sema.h:10234
Enumerators
Name | Value | Comment |
---|---|---|
RTC_Compatible | 0 | |
RTC_Incompatible | 1 | |
RTC_Unknown | 2 |
Describes the compatibility of a result type with its method.
Declared at: clang/include/clang/Sema/Sema.h:10234
Name | Value | Comment |
---|---|---|
RTC_Compatible | 0 | |
RTC_Incompatible | 1 | |
RTC_Unknown | 2 |