In
|
ContextRAII Context(*this, NewContext); |
|
CXXThisScopeRAII(*this, RD, ThisQuals, RD != nullptr); |
|
|
|
MultiLevelTemplateArgumentList MLTAL = getTemplateInstantiationArgs( |
The
CXXThisScopeRAII temporary is destroyed at the end of the expression. Is it meant to be a variable definition?