Searched refs:getContextParamPosition (Results 1 – 4 of 4) sorted by relevance
210 std::next(CD->param_begin(), CD->getContextParamPosition())); in GenerateOpenMPCapturedStmtFunction()242 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in GenerateOpenMPCapturedStmtFunction()261 unsigned Cnt = CD->getContextParamPosition(); in GenerateOpenMPCapturedStmtFunction()
3693 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
1051 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
11916 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()