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

Method callerType

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

Source from the content-addressed store, hash-verified

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

Callers 5

CodeGenerator.cppFile · 0.80
InsertConstructorExprMethod · 0.80
InsideDecltypeMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected