MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / insertName

Method insertName

CodeGenerator.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
155

Callers 1

InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected