Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp388 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing() function in __anon8e68b8fa0111::DSAStackTy
4848 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin); in ActOnOpenMPRegionEnd()
4855 DSAStack->setForceVarCapturing(/*V=*/false); in ActOnOpenMPRegionEnd()