Home
last modified time | relevance | path

Searched refs:setForceVarCapturing (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp142 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing() function in __anona5ec887d0111::DSAStackTy
1366 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin); in ActOnOpenMPRegionEnd()
1373 DSAStack->setForceVarCapturing(/*V=*/false); in ActOnOpenMPRegionEnd()