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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp156 void setForceVarCapturing(bool V) { ForceCapturing = V; } function in class:__anon4043::DSAStackTy
1637 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin);
1644 DSAStack->setForceVarCapturing(/*V=*/false);

Completed in 117 milliseconds