Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp233 bool ForceCapturing = false; member in __anon296aa5740111::DSAStackTy
379 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
380 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()