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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  400               std::next(CD->param_begin(), CD->getContextParamPosition()));
  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),
  483   unsigned Cnt = CD->getContextParamPosition();
tools/clang/lib/Sema/TreeTransform.h
13369   unsigned ContextParamPos = CD->getContextParamPosition();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1166   Record.push_back(CD->getContextParamPosition());