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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1561     SelLoc = SelectorLocs.front();
 1563     SelLoc = lbrac;
 1574         result = checkUnknownAnyArg(SelLoc, Args[i], paramTy);
 1600           Diag(SelLoc, DiagID)
 1604           Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel;
 1607         Diag(SelLoc, DiagID)
 1646     Diag(SelLoc, diag::err_typecheck_call_too_few_args)
 1681       ExprResult argE = checkUnknownAnyArg(SelLoc, argExpr, paramType);
 1750   DiagnoseSentinelCalls(Method, SelLoc, Args);
 1754       Method, SelLoc, makeArrayRef(Args.data(), Args.size()));