Searched refs:getContextParamPosition (Results 1 – 4 of 4) sorted by relevance
85 std::next(CD->param_begin(), CD->getContextParamPosition())); in GenerateOpenMPCapturedStmtFunction()117 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in GenerateOpenMPCapturedStmtFunction()137 unsigned Cnt = CD->getContextParamPosition(); in GenerateOpenMPCapturedStmtFunction()
3688 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
1026 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
11570 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()