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

References

tools/clang/lib/Sema/SemaExpr.cpp
 5158       Arg = Args[ArgIx++];
 5160       if (RequireCompleteType(Arg->getBeginLoc(), ProtoArgType,
 5161                               diag::err_call_incomplete_argument, Arg))
 5166       if (Arg->getType() == Context.ARCUnbridgedCastTy &&
 5169         Arg = stripARCUnbridgedCast(Arg);
 5169         Arg = stripARCUnbridgedCast(Arg);
 5176         if (auto *BE = dyn_cast<BlockExpr>(Arg->IgnoreParenNoopCasts(Context)))
 5190           Entity, SourceLocation(), Arg, IsListInitialization, AllowExplicit);
 5194       Arg = ArgE.getAs<Expr>();
 5202       Arg = ArgExpr.getAs<Expr>();
 5208     CheckArrayAccess(Arg);
 5211     CheckStaticArrayArgument(CallLoc, Param, Arg);
 5213     AllArgs.push_back(Arg);