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

References

tools/clang/lib/Sema/SemaChecking.cpp
  632     S.Diag(TheCall->getBeginLoc(),
  645     S.Diag(TheCall->getArg(0)->getBeginLoc(),
  647         << TheCall->getDirectCallee() << S.Context.OCLQueueTy;
  653     S.Diag(TheCall->getArg(1)->getBeginLoc(),
  661     S.Diag(TheCall->getArg(2)->getBeginLoc(),
  672       S.Diag(Arg3->getBeginLoc(), diag::err_opencl_builtin_expected_type)
  680       S.Diag(Arg3->getBeginLoc(),
  688     return (checkOpenCLBlockArgs(S, Arg3) ||
  689             checkOpenCLEnqueueVariadicArgs(S, TheCall, Arg3, 4));
  695       S.Diag(Arg6->getBeginLoc(), diag::err_opencl_builtin_expected_type)
  699     if (checkOpenCLBlockArgs(S, Arg6))
  704       S.Diag(TheCall->getArg(3)->getBeginLoc(),
  714     if (!Arg4->isNullPointerConstant(S.Context,
  717       S.Diag(TheCall->getArg(4)->getBeginLoc(),
  720           << S.Context.getPointerType(S.Context.OCLClkEventTy);
  720           << S.Context.getPointerType(S.Context.OCLClkEventTy);
  725     if (!Arg5->isNullPointerConstant(S.Context,
  729       S.Diag(TheCall->getArg(5)->getBeginLoc(),
  732           << S.Context.getPointerType(S.Context.OCLClkEventTy);
  732           << S.Context.getPointerType(S.Context.OCLClkEventTy);
  739     return checkOpenCLEnqueueVariadicArgs(S, TheCall, Arg6, 7);
  743   S.Diag(TheCall->getBeginLoc(),