Home | History | Annotate | Download | only in Sema

Lines Matching full:forcecapturing

121   bool ForceCapturing = false;
137 bool isForceVarCapturing() const { return ForceCapturing; }
138 void setForceVarCapturing(bool V) { ForceCapturing = V; }