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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  392   assert(CD->hasBody() && "missing CapturedDecl body");
  399   Args.append(CD->param_begin(),
  400               std::next(CD->param_begin(), CD->getContextParamPosition()));
  400               std::next(CD->param_begin(), CD->getContextParamPosition()));
  402       CD->param_begin(),
  403       std::next(CD->param_begin(), CD->getContextParamPosition()));
  403       std::next(CD->param_begin(), CD->getContextParamPosition()));
  461       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
  461       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
  462       CD->param_end());
  464       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
  464       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
  465       CD->param_end());
  475   CGM.SetInternalFunctionAttributes(CD, F, FuncInfo);
  476   if (CD->isNothrow())
  481   CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs,
  482                     FO.S->getBeginLoc(), CD->getBody()->getBeginLoc());
  483   unsigned Cnt = CD->getContextParamPosition();