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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 4197   QualType castExprType = castExpr->getType();
 4228                                                     : castExpr->getExprLoc());
 4258   switch (ARCCastChecker(Context, exprACTC, castACTC, false).Visit(castExpr)) {
 4270     castExpr = ImplicitCastExpr::Create(Context, castExpr->getType(),
 4270     castExpr = ImplicitCastExpr::Create(Context, castExpr->getType(),
 4271                                         CK_ARCConsumeObject, castExpr,
 4287       ConversionToObjCStringLiteralCheck(castType, castExpr, Diagnose))
 4299       diagnoseObjCARCConversion(*this, castRange, castType, castACTC, castExpr,
 4300                                 castExpr, exprACTC, CCK);