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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1664     assert(argExpr && "CheckMessageArgumentTypes(): missing expression");
 1668               argExpr->IgnoreParenNoopCasts(Context)))
 1673     if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
 1675       argExpr = stripARCUnbridgedCast(argExpr);
 1675       argExpr = stripARCUnbridgedCast(argExpr);
 1681       ExprResult argE = checkUnknownAnyArg(SelLoc, argExpr, paramType);
 1701     if (RequireCompleteType(argExpr->getSourceRange().getBegin(),
 1703                             diag::err_call_incomplete_argument, argExpr))
 1708     ExprResult ArgE = PerformCopyInitialization(Entity, SourceLocation(), argExpr);