| 149 | } |
| 150 | |
| 151 | LambdaCallerType callerType() const { return mLambdaCallerType; } |
| 152 | bool insertName() const { return (LambdaCallerType::Decltype != mLambdaCallerType) or mForceName; } |
| 153 | |
| 154 | void setInsertName(bool b) { mForceName = b; } |
no outgoing calls
no test coverage detected