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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 4438   ExprResult SubResult = UsualUnaryConversions(SubExpr);
 4440   SubExpr = SubResult.get();
 4443   QualType FromType = SubExpr->getType();
 4448   if (T->isDependentType() || SubExpr->isTypeDependent()) {
 4466         << SubExpr->getSourceRange()
 4492       SubExpr = maybeUndoReclaimObject(SubExpr);
 4492       SubExpr = maybeUndoReclaimObject(SubExpr);
 4497       SubExpr = ImplicitCastExpr::Create(Context, FromType,
 4499                                          SubExpr, nullptr, VK_RValue);
 4509         << SubExpr->getSourceRange()
 4526       << SubExpr->getSourceRange()
 4533                                                    TSInfo, SubExpr);