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