Searched refs:capturesVariableByCopy (Results 1 – 6 of 6) sorted by relevance
1173 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()1291 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
71 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()190 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()267 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()406 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()410 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()476 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()524 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
371 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()463 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()4175 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
360 else if (I->capturesVariableByCopy())
349 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()7876 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
3149 bool capturesVariableByCopy() const { in capturesVariableByCopy() function