Searched defs:IncompatibleObjC (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 930 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols() local 518 bool IncompatibleObjC = false; HandlePropertyInClassExtension() local 1675 bool IncompatibleObjC = false; DiagnosePropertyMismatch() local
|
H A D | SemaOverload.cpp | 2202 bool IncompatibleObjC = false; IsStandardConversion() local 2699 IsPointerConversion(Expr * From,QualType FromType,QualType ToType,bool InOverloadResolution,QualType & ConvertedType,bool & IncompatibleObjC) IsPointerConversion() argument 2846 isObjCPointerConversion(QualType FromType,QualType ToType,QualType & ConvertedType,bool & IncompatibleObjC) isObjCPointerConversion() argument 3056 bool IncompatibleObjC = false; IsBlockPointerConversion() local 7845 bool IncompatibleObjC = false; isAllowableExplicitConversion() local [all...] |
H A D | SemaObjC.cpp | 1362 bool IncompatibleObjC; isObjCWritebackConversion() local
|