Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp213 bool ForceCapturing = false; member in __anon5b04668f0111::DSAStackTy
359 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
360 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()