Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp124 bool ForceCapturing; member in __anona5ec887d0111::DSAStackTy
136 ForceCapturing(false) {} in DSAStackTy()
141 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
142 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()