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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 2409   Args.append(CD->param_begin(), CD->param_end());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  399   Args.append(CD->param_begin(),
  400               std::next(CD->param_begin(), CD->getContextParamPosition()));
  402       CD->param_begin(),
  403       std::next(CD->param_begin(), CD->getContextParamPosition()));
  461       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
  464       std::next(CD->param_begin(), CD->getContextParamPosition() + 1),
 1276           S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen);
 2880   auto I = CS->getCapturedDecl()->param_begin();
 3169   auto I = CS->getCapturedDecl()->param_begin();
 4234           S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen);
 5026     auto *I = CS->getCapturedDecl()->param_begin();