enum MismatchKind
Declared at: clang/lib/Sema/SemaObjCProperty.cpp:880
Enumerators
Name | Value | Comment |
---|---|---|
IncompatibleType | 0 | |
HasNoExpectedAttribute | 1 | |
HasUnexpectedAttribute | 2 | |
DifferentGetter | 3 | |
DifferentSetter | 4 |
Declared at: clang/lib/Sema/SemaObjCProperty.cpp:880
Name | Value | Comment |
---|---|---|
IncompatibleType | 0 | |
HasNoExpectedAttribute | 1 | |
HasUnexpectedAttribute | 2 | |
DifferentGetter | 3 | |
DifferentSetter | 4 |