reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 4201   QualType effCastType = castType;
 4202   if (const ReferenceType *ref = castType->getAs<ReferenceType>())
 4212         castType != castExprType) {
 4213       const Type *DT = castType.getTypePtr();
 4214       QualType QDT = castType;
 4224       if (QDT != castType &&
 4246   if (castACTC == ACTC_none && castType->isIntegralType(Context))
 4287       ConversionToObjCStringLiteralCheck(castType, castExpr, Diagnose))
 4299       diagnoseObjCARCConversion(*this, castRange, castType, castACTC, castExpr,