Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp121 bool ForceCapturing = false; member in __anon216cbd260111::DSAStackTy
137 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
138 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp212 bool ForceCapturing = false; member in __anonf152f9340111::DSAStackTy
358 bool isForceVarCapturing() const { return ForceCapturing; } in isForceVarCapturing()
359 void setForceVarCapturing(bool V) { ForceCapturing = V; } in setForceVarCapturing()