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

Method InsideDecltype

CodeGenerator.cpp:2144–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2142//-----------------------------------------------------------------------------
2143
2144bool CodeGenerator::InsideDecltype() const
2145{
2146 return (not mLambdaStack.empty()) and (LambdaCallerType::Decltype == mLambdaStack.back().callerType());
2147}
2148//-----------------------------------------------------------------------------
2149
2150void CodeGenerator::InsertArg(const CXXPseudoDestructorExpr* stmt)

Callers

nothing calls this directly

Calls 2

callerTypeMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected