Searched refs:capturesVariableByCopy (Results 1 – 5 of 5) sorted by relevance
65 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()139 else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()222 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in GenerateOpenMPCapturedStmtFunction()226 if (I->capturesVariable() || I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()266 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in GenerateOpenMPCapturedStmtFunction()295 } else if (I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()
194 else if (I->capturesVariableByCopy()) in Kind()
336 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()5497 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
992 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
2049 bool capturesVariableByCopy() const { in capturesVariableByCopy() function