Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp168 bool ForceCapturing = false; member in __anon45dbc4930111::DSAStackTy
200 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
201 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()